HTML Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
Inside the head element
2
Q
Where do you put the visible content about the HTML element?
A
Inside the body element.
3
Q
Where do the head and body tags go in a valid HTML document
A
Within the HTML element. The head element comes after the opening html opening tag, and the opening body tag comes after the closing tag of the head element.
4
Q
What is the purpose of a declaration?
A
The purpose is to let the web browser know which version of html the page is written in.