Recap on HTML Elements
Recap on HTML Elements
Each HTML element has an element name (body, h1, p, br)
The start tag is the name surrounded by angle brackets: <h1>
The end tag is a slash and the name surrounded by angle brackets </h1>
The element content occurs between the start tag and the end tag
Some HTML elements have no content
Some HTML elements have no end tag
GOTO MAIN PAGE