HTML-Syntax Flashcards
1
Q
Give five examples of HTML element types.
A
<p>, </p>
, <h1>, </h1>
2
Q
What is the purpose of HTML attributes?
A
They provide additional information of element contents, they have a name and value.
3
Q
Give an example of an HTML entity (escape character).
A
Less-than sign < < Greater-than sign > & Ampersand & & Quotation mark " "