HTML Tag Reference

HTML Headings

tag name description
<html> HTML Defines the root of an HTML document
<body> Body Defines the document's body
<head> Head A container for all the head elements
<h1> to <h6> Headings 1 to 6 Defines HTML headings
<hr> Horizontal Rule Defines a thematic change in the content

HTML Paragraphs

tag name description
<p> Paragraph Defines a paragraph
<br> Break Inserts a single line break