HTML Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
You put non-visible content in the head element
2
Q
Where do you put visible content about the HTML document?
A
You put the visible content in the body element
3
Q
Where do the and tags go in a valid HTML document?
A
In between the tags for the html element
4
Q
What is the purpose of a declaration?
A
The declaration allows the browser to identify and properly display a page.