HTML-Syntax Flashcards
1
Q
Give five examples of HTML element tags.
A
- < h1 ~ h6 > < /h1~h6 >
- < body > < /body>
- < html > < / html >
- < div > < / div >
- < p > < / p >
2
Q
What is the purpose of HTML attributes?
A
Gives additional information about the element/tag
3
Q
Give an example of an HTML entity (escape character).
A
& reg ; ® (this is for registered trademark symbol)