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