Give five examples of HTML element types.
Five examples of HTML element types are: head, body, p, span, img.
What is the purpose of HTML attributes?
The purpose of HTML attributes are to add additional information and capabilities to HTML elements.
Give an example of an HTML entity (escape character).
One example of an HTML entity is the registered trademark which is shown in HTML with the code “®”. HTML entities are used to not cause conflicts with other common HTML symbols such as “<” and “>”.&