HTML-Skeleton Flashcards
Understand the basic structure of a HTML document
1
Q
Where do you put non-visible content about the HTML document?
A
Non-visible content is put inside the head tag of an HTML document.
2
Q
Where do you put visible content about the HTML document?
A
Content visible to the end user via the web page, is put within the body element of a HTML document.
3
Q
Where do the head and body tags go in a valid HTML document?
A
The head and body tags go inside the html tag
4
Q
What is the purpose of a declaration?
A
It tells the browser which version of HTML the page is using.