1.2 HTML Document Structure Flashcards
(5 cards)
1
Q
What is the purpose of <!DOCTYPE html>?
A
It declares the HTML5 document type & ensures the browser renders the page in standards mode.
2
Q
What does <html> element represent?
A
It is the root element that wraps the entire HTML document.
3
Q
What is contained within the <head> section?
A
Metadata, document title, & links to external resources like CSS & fonts.
4
Q
What is the purpose of the <title> tag inside <head>?</title>
A
It sets the title of the web page displayed in the browser tab.
5
Q
What does the <body> tag contain?
A
All visible content of the webpage such as text, images, links, & other elements.