HTML-Syntax Flashcards

1
Q

Give five examples of HTML element tags.

A
  1. < h1 ~ h6 > < /h1~h6 >
  2. < body > < /body>
  3. < html > < / html >
  4. < div > < / div >
  5. < p > < / p >
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of HTML attributes?

A

Gives additional information about the element/tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give an example of an HTML entity (escape character).

A

& reg ; ® (this is for registered trademark symbol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly