html-syntax Flashcards

1
Q

Give five examples of HTML element tags.

A

<div> , <p> , </p>, <h1> through <h6>, <img></img>, <a></a></h6></h1></div>

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

HTML attributes are a modifier of an HTML element type. An attribute either modifies the default functionality of an element type or provides functionality to certain element types unable to function correctly without them.

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

“&copy” , “&reg”

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