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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does <html> element represent?

A

It is the root element that wraps the entire HTML document.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is contained within the <head> section?

A

Metadata, document title, & links to external resources like CSS & fonts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the <body> tag contain?

A

All visible content of the webpage such as text, images, links, & other elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly