HTML Syntax Flashcards
1
Q
Give five examples of HTML element types.
A
1) html element
2) body element
3) header element
4) paragraph element
5) title element
2
Q
What is the purpose of HTML attributes?
A
Attributes provide additional info about the contents of the element and they come in name/value pairs: name=”value”.
3
Q
Give an example of an HTML entity (escape character)?
A
left angled bracket and right angled bracket