01 - HTML Skeleton Flashcards
1
Q
What tags are necessary for a complete HTML Skeleton?
A
!DOCTYPE html html head title body
2
Q
Where do you put non-visible content about the HTML document?
A
Head element
3
Q
Where do you put visible content about the HTML document?
A
Body element
4
Q
Where do the and tags go in a valid HTML document?
A
Inside the html tag.
5
Q
What is the purpose of a declaration?
A
To define which version of the HTML the page is using.