HTML-Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
In the head tag
2
Q
Where do you put visible content about the HTML document?
A
body
3
Q
Where do the head and body tags go in a valid HTML document?
A
The head tag goes at the top of the page while the t body tag goes right under the closing head tag
4
Q
What is the purpose of a declaration?
A
To tell the browser which version of HTML is being used