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:

Love this tool? Explore 999+ more

Free online tools for images, PDFs, text, code, and more. All running in your browser.

Explore All Tools