HTML Skeleton Flashcards

1
Q

Where do you put non-visible content about the HTML document?

A

Within the head element.

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

Where do you put visible content about the HTML document?

A

Within the body element.

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

Within the html element.

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

To declare which version of HTML is being used to the browser.

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