HTML Skeleton Flashcards
1
Q
Where does non-visible content about the HTML document go?
A
Non-visible content goes in the header tags.
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.
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.
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.