HTML- Syntax Flashcards

1
Q

Give five examples of HTML element types.

A

<head>
<body>
<h1>
<p>
<img></img>
</p></h1></body></head>

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

to adjust the behavior or display of an HTML element

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

® = is the trademark symbol

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