HTML-Syntax Flashcards

1
Q

Give five examples of HTML element types.

A

<p>, </p>

, <h1>, </h1>

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

They provide additional information of element contents, they have a name and value.

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
Less-than sign
<
<
Greater-than sign
>
&
Ampersand
&
&
Quotation mark
"
"
How well did you know this?
1
Not at all
2
3
4
5
Perfectly