html-syntax Flashcards
1
Q
Give five examples of HTML element tags.
A
html, head, body, h1, p
2
Q
What is the purpose of HTML attributes?
A
Attributes provide additional information
about the contents of an element. They appear
on the opening tag of the element and are
made up of two parts: a name and a value,
separated by an equals sign.
3
Q
Give an example of an HTML entity (escape character).
A
®