01 - HTML Skeleton Flashcards

1
Q

What tags are necessary for a complete HTML Skeleton?

A
!DOCTYPE html
html
head
title
body
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Head element

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

Where do you put visible content about the HTML document?

A

Body element

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

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

A

Inside the html tag.

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

What is the purpose of a declaration?

A

To define which version of the HTML the page is using.

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