A link to the <a href="https://github.com/vanzelleb/htmlparade" target="_blank">Github repository</a>.
<abbr title="Hyper Text Markup Language">HTML</abbr> is an abbreviation.
<address>Lake view 5, 12345 Uptown</address>
<article> This page lists all visible HTML5 tags and shows a preview of their look & feel. The HTML tags are shown without any CSS styling. </article>
<audio controls=""> <source src="/audio.cbb655a3."> Your browser does not support the audio element. </audio>
This is <b>fat text</b>
<bdo dir="rtl">Inverses text direction</bdo>
<blockquote cite="http://htmlparade.netlify.app"> This page lists all visible HTML5 tags and shows a preview of their look & feel. The HTML tags are shown without any CSS styling. </blockquote>
This page lists all visible HTML5 tags and shows a preview of their look & feel. The HTML tags are shown without any CSS styling.
<button type="button">A button</button>
<canvas width="300" height="150"></canvas>
<cite>"Love is a serious mental disease."</cite>
Use this for code: <code>println("Hello world")</code>
println("Hello world")
<dl> <dt>Point</dt> <dd>Subpoint</dd> <dt>Point</dt> <dd>Subpoint</dd> </dl>
This word was <del>deleted</del>
<details> <summary>Click for details</summary> <p>This page lists all visible HTML5 tags and shows a preview of their look & feel. The HTML tags are shown without any CSS styling.</p> </details>
This page lists all visible HTML5 tags and shows a preview of their look & feel. The HTML tags are shown without any CSS styling.
A definition of <dfn title="HyperText Markup Language">HTML</dfn>
<dialog open=""> A dialog window <button onclick="this.parentNode.close()">Close</button> </dialog>
This word is <em>emphasized</em>
<embed type="image/png" src="/image.cac63c4a.png" width="200">
<fieldset> <legend>Why?</legend> There was no such site yet so I made it. </fieldset>
<footer> © No copyright reserved :-) </footer>
<h1>HTML Parade</h1>
<h2>HTML Parade</h2>
<h3>HTML Parade</h3>
<h4>HTML Parade</h4>
<h5>HTML Parade</h5>
<h6>HTML Parade</h6>
<header> A header text looks just like normal text. </header>
<hr>
Fancy looking <i>italic text.</i>
<iframe src="https://htmlparade.netlify.app" title="A page in a page"></iframe>
<img src="/image.cac63c4a.png" width="200" alt="profile image">
<input type="text" placeholder="Enter your name">
<input type="checkbox" checked="">
<input type="color">
<input type="date">
<input type="file">
<input type="radio" checked="">
<input type="range">
<input type="month">
<input type="time">
<input type="week">
Something got <ins>inserted here</ins>
Press <kbd>CTRL+Shift+P</kbd>
<label>Label for an input tag:</label>
This text is <mark>highlighted.</mark>
<meter value="0.8">80% done</meter>
<object data="/image.cac63c4a.png" width="200"></object>
This is another <p>paragraph of this text.</p>
paragraph of this text.
<picture> <source media="(min-width:650px)" srcset="/image.cac63c4a.png"> <img src="/image.cac63c4a.png" style="width:200px;"> </picture>
<pre> This HTML element preserves
line breaks
and blank spaces in
the text.
</pre>
This HTML element preserves line breaks and blank spaces in the text.
<progress value="66" max="100"> 66% </progress>
He said: <q>Use this for short quotes.</q>
Use this for short quotes.
HTML is <s>difficult</s> easy
Computer says <samp>no</samp>
<select> <optgroup label="Like"> <option>I like</option> <option>I like a lot</option> <option>Great</option> </optgroup> <optgroup label="Dislike"> <option>Don't like</option> <option>Don't like at all</option> <option>Horrible</option> </optgroup> </select>
<small>Small text</small>
<strong>Bookmark this page</strong>
Normal text <sub>and lower text.</sub>
Normal text <sup>and higher text</sup>
<svg width="100" height="100"><circle cx="50" cy="50" r="30" stroke="orange" stroke-width="16" fill="#00f"></circle></svg>
<table> <thead> <tr> <th>Month</th> <th>Costs</th> </tr> </thead> <tbody> <tr> <td>January</td> <td>$100</td> </tr> <tr> <td>February</td> <td>$50</td> </tr> </tbody> <tfoot> <tr> <td>Total</td> <td>$150</td> </tr> </tfoot> </table>
Month | Costs |
---|---|
January | $100 |
February | $50 |
Total | $150 |
<textarea rows="4" cols="50">This element is for entering a lot of text. It overflows automatically when you enter more text than there is space.
</textarea>
The time is <time>10:10</time>
This text is <u>underlined</u>
<ul> <li>An</li> <li>Unordered</li> <li>List</li> </ul>
<video width="300" controls=""> <source src="/video.f2816d80.mp4"> Your browser does not support the video tag. </video>
Twitter vanzelleb