<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Html on ilham.dev</title><link>https://ilham.dev/tags/html/</link><description>Recent content in Html on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/html/index.xml" rel="self" type="application/rss+xml"/><item><title>How I edit HTML visually and export clean markup</title><link>https://ilham.dev/posts/how-to-edit-html-visually-and-export-clean-markup/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-edit-html-visually-and-export-clean-markup/</guid><description>A small HTML editor is useful when I want formatted content but still need to inspect or export the markup.
I use HTML Editor for the quick version of this task, then I review the output before relying on it.</description></item><item><title>How I escape HTML entities before showing text on a page</title><link>https://ilham.dev/posts/how-to-escape-html-entities-before-showing-text/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-escape-html-entities-before-showing-text/</guid><description>HTML entities let text contain characters like &amp;lt;, &amp;gt;, and &amp;amp; without the browser treating them as markup.
The HTML Entities tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item><item><title>How I preview Markdown as HTML before publishing it</title><link>https://ilham.dev/posts/how-to-preview-markdown-as-html/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-preview-markdown-as-html/</guid><description>Markdown is convenient to write, but I still want to preview the rendered result before publishing.
The Markdown to HTML tool helps me inspect the input and output without writing a one-off script first.</description></item></channel></rss>