Give five examples of HTML element tags.
<p>
<br></br>
</p>
<h1>-<h6>
</h6></h1>
What is the purpose of HTML attributes?
HTML attributes provide additional information about HTML elements. Usually com ein pairs like name-value.
Give an example of an HTML entity (escape character).
& → & (ampersand, U+0026) < → < (less-than sign, U+003C) > → > (greater-than sign, U+003E) " → " (quotation mark, U+0022) ' → ' (apostrophe, U+0027)