HTML Skeletons Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
<header>
</header>
2
Q
Where do you put visible content about the HTML document?
A
<body>
</body>
3
Q
Where do the <head> and <body> tags go in a valid HTML document?
A
The head goes above the body tag
4
Q
What is the purpose of a <!DOCTYPE> declaration?
A
This tells the browser which version of HTML you are using