HTML Skeleton Flashcards

1
Q

Where does non-visible content about the HTML document go?

A

Non-visible content goes in the header tags.

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

Where does the visible content of the HTML document go?

A

The visible content of a HTML document goes inside the body tags.

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

Where do the head and body tags go in a valid HTML document?

A

body and head tags go inside the html tags.

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

What is the purpose of a !DOCTYPE declaration?

A

It tells the browser which kind of HTML document to expect so it can parse it correctly.

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