htmls syntax Flashcards

1
Q

Give five examples of HTML element types.

A

<html></html>

<head></head>

<body></body>

<title></title>

<p></p>

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

attribiuted provide info about the contents of an element
ex)< img src=
src= attribute

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