Home

HTML Tags

<p></p>

Normal Paragraph.

<a src="https://htmlco.de">Link</a>

Creates a Link.

<img src="https://htmlco.de/b/img/image.jpg" alt="This is an Image">

Displays an Image and an alternative Text if the Image wasn't found.

<br>

Line Break

<h1></h1>

Creates the largest headline

<h6></h6>

Creates the smallest headline

<b></b>

Creates bold text: Example

<i></i>

Creates italic text: Example

<pre></pre>

Creates preformatted text

<cite></cite>

Creates a citation, usually italic: Example

<em></em>

Emphasizes a word (with italic or bold): Example

<strong></strong>

Emphasizes a word (with italic or bold): Example

<strike></strike>

Places a line through text to show changes to information.: Example

<sup></sup>

Place numbers slightly above the main text (math formulas): Example

<sub></sub>

Place numbers slightly below the main text (math formulas): Example