SearchableExamplesFree
<div>Generic block containerLayout
<div>content</div>
<span>Generic inline containerInline
<span>text</span>
<p>ParagraphText
<p>Hello</p>
<a>HyperlinkInline
<a href="url">Link</a>
<img>ImageMedia
<img src="url" alt="desc" />
<h1-h6>Headings (1=largest)Text
<h1>Title</h1>
<ul>Unordered listList
<ul><li>Item</li></ul>
<ol>Ordered listList
<ol><li>Item</li></ol>
<li>List itemList
<li>Item</li>
<table>Table containerTable
<table><tr><td>Cell</td></tr></table>
<form>Form containerForm
<form action="/submit">...</form>
<input>Input fieldForm
<input type="text" />
<button>Clickable buttonForm
<button>Click</button>
<textarea>Multi-line text inputForm
<textarea></textarea>
<select>Dropdown selectForm
<select><option>A</option></select>
<header>Page/section headerSemantic
<header>...</header>
<footer>Page/section footerSemantic
<footer>...</footer>
<nav>Navigation linksSemantic
<nav>...</nav>
<main>Main content areaSemantic
<main>...</main>
<section>Thematic sectionSemantic
<section>...</section>
<article>Self-contained contentSemantic
<article>...</article>
<aside>Side contentSemantic
<aside>...</aside>
<video>Video playerMedia
<video src="url"></video>
<audio>Audio playerMedia
<audio src="url"></audio>
<canvas>Drawing surfaceMedia
<canvas></canvas>
<code>Inline codeInline
<code>let x = 1</code>
<pre>Preformatted textText
<pre> indented </pre>
<strong>Strong importance (bold)Inline
<strong>important</strong>
<em>Emphasis (italic)Inline
<em>emphasized</em>
Share:Copied!
Was this tool helpful?

Get a free API key + new tools as they ship

100 calls/day, no card, no spam. Built by one person, in public.

About HTML Tags

HTML Tags is a free, browser-based utility designed to make developer and design work as quick and frictionless as possible. Processing runs locally in your browser using modern Web APIs. Nothing is uploaded, nothing is logged, and there is no quota to worry about for casual use. If you find yourself doing this regularly, the rest of the developer suite covers most adjacent tasks with the same approach.

When you'd reach for HTML Tags

  • You're on a public or shared machine and don't want to leave traces of what you're working on.

    Travelers, contractors, anyone working from a friend's computer.

    Nothing is uploaded, nothing persists if you're not signed in.

  • You're cleaning up a folder of files that accumulated over a project and need to standardize them.

    Designers, writers, and developers wrapping up deliverables.

    Drop each file in, copy the output, move on.

  • You need to handle a one-off task right before a meeting and don't have time to install anything.

    Anyone working remotely on a borrowed or restricted machine.

    Open the page, get the result, paste it into your doc — under a minute.

  • You're hitting the daily limit of a paid SaaS and need a backup option for a single quick job.

    Marketers and ops people whose primary tool is metered.

    Stay productive without burning credits.

Frequently asked about HTML Tags

What browsers does HTML Tags support?
Every modern browser released in the last three years: Chrome, Firefox, Safari, Edge, Brave, Opera.
Is HTML Tags really free?
Yes — HTML Tags is free for unlimited personal use, with no account required and no watermark on the output.
Are my files uploaded to a server when I use HTML Tags?
HTML Tags processes everything in your browser using local APIs. Your files never leave your device.
Can I use HTML Tags commercially?
Yes. The output of HTML Tags belongs entirely to you, with no licensing restrictions.
Will HTML Tags change my original file?
Never. HTML Tags only reads your input file and produces a new output file.