html-syntax Flashcards

1
Q

Give five examples of HTML element tags.

A

h1, h2, p, img, and 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

The attributes give us extra information about the elements, using name 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

“&” which gives us the “&” symbol.

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