Please enable JavaScript to use CodeHS

CodeHS Glossary


HTML Documentation HTML

HTML Tags

A basic tag starts like

<tag>

and ends with a tag of the same name with a /, like

</tag>

Header Tags

Level 1 Header

Level 2 Header

Level 3 Header

**Basic Tags** The `

` tag represents a paragraph. You would use it like.

Here I put a paragraph of text.

The diferent header tags let you insert titles of different sizes, where `

` is the largest.

Level 1 Header

Level 2 Header

Level 3 Header

**Comments** The way you leave a comment in HTML is like Comments are ignored.