html skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
<head> element
In the head element
</head>
2
Q
Where do you put visible content about the HTML document?
A
<body> element
In the body element
</body>
3
Q
Where do the <head> and <body> tags go in a valid HTML document?
A
within the <html> element
4
Q
What is the purpose of a <!DOCTYPE> declaration?
A
The purpose of <!DOCTYPE>is to tell which version of the html the page is using.