Give five examples of HTML element tags.
h1, h2, p, img, and div.
What is the purpose of HTML attributes?
The attributes give us extra information about the elements, using name value pair.
Give an example of an HTML entity (escape character).
“&” which gives us the “&” symbol.