i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Html

  • How I edit HTML visually and export clean markup

    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.

    27 Sep 2026 · 2 min read · #html #editor #writing #tools

  • How I escape HTML entities before showing text on a page

    HTML entities let text contain characters like <, >, and & 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 …

    27 Sep 2026 · 2 min read · #html #entities #security #web #tools

  • How I preview Markdown as HTML before publishing it

    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.

    27 Sep 2026 · 2 min read · #markdown #html #writing #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub