html-syntax Flashcards

1
Q

Give five examples of HTML element types.

A

<body>, <header>, <p>, <video>, <h1>
</h1></video></p></header></body>

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

Attributes define something about an element. i.e. <h1 class = ".superheader"> Must contain a key / value pair

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

®

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