Anchor Element

<a href="https://www.example.com">Visit Example</a>

Abbreviation Element

<abbr title="Hypertext Markup Language">HTML</abbr>

Acronym Element

<acronym title="National Aeronautics and Space Administration">NASA</acronym>

Bold Element

<b>Bold text</b>

Bidirectional Override Element

<bdo dir="rtl">This text will go right to left.</bdo>

Big Element

<big>Large text</big>

Line Break Element

Line 1<br>Line 2

Button Element

<button>Click me</button>

Citation Element

<cite>The Scream by Edvard Munch</cite>

Code Element

<code>printf("Hello, World!");</code>

Definition Element

<dfn>Hypertext</dfn> - A system for linking text on the internet.

Emphasis Element

<em>Emphasized text</em>

Italic Element

<i>Italic text</i>

Image Element

<img src="image.jpg" alt="An example image">

Input Element

<input type="text" name="firstname">

Keyboard Input Element

<kbd>Ctrl + S</kbd>

Label Element

<label for="fname">First name:</label><input type="text" id="fname">

Map Element

<map name="workmap"><area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm"></map>

Object Element

<object data="movie.swf" type="application/x-shockwave-flash"></object>

Output Element

<output name="result">42</output>

Quote Element

<q>To be or not to be.</q>

Sample Element

<samp>Sample output from a computer program</samp>

Script Element

<script>alert('Hello World!');</script>

Select Element

<select><option>Option 1</option><option>Option 2</option></select>

Small Element

<small>Small text</small>

Span Element

<span>Text in a span</span>

Strong Element

<strong>Strong text</strong>

Subscript Element

H<sub>2</sub>O

Superscript Element

E=mc<sup>2</sup>

Textarea Element

<textarea>Default text.</textarea>

Time Element

<time datetime="2023-01-01">New Year's Day</time>

Teletype Text Element

<tt>Teletype text</tt>

Variable Element

<var>x</var>