First tag in an HTML document
Second tag in an HTML document
…
Second tag in an HTML document
…
Line break tag
<br></br>
*Empty element
Format of a basic HTML document.
Doc title
<h1>Heading</h1>
<p>Content</p>
Centre content
…
*Note: US spelling
Horizontal line
<hr></hr>
*Empty element
Non-breaking spaces
 
Tag vs element
Element = opening tag + content + closing tag
<p> Content </p>
What is a nested element?
An element inside of another element. Eg, <p>The <i>italic tag</i> for words.</p>
What is a nested element?
An element inside of another element. Eg, <p>The <i>italic tag</i> for words.</p>