Podcast
Questions and Answers
Which element is the root element of an HTML page?
Which element is the root element of an HTML page?
- <!DOCTYPE html>
- <html> (correct)
- <body>
- <head>
What is the purpose of the
element?
What is the purpose of the
- To display words and images
- To specify a title for the HTML page (correct)
- To specify character set
- To define the language of the web page
What does the element do?
What does the element do?
- Contains meta information about the HTML page (correct)
- Specifies a title for the HTML page
- Defines metadata about an HTML document
- Defines that the document is an HTML5 document
Can you have more than one
element in an HTML document?
Can you have more than one
What is metadata in the context of HTML?
What is metadata in the context of HTML?
Which element is the root element of an HTML page?
Which element is the root element of an HTML page?
Which element specifies a title for the HTML page?
Which element specifies a title for the HTML page?
What is the purpose of the element?
What is the purpose of the element?
What does the element contain?
What does the element contain?
Can you have more than one
element in an HTML document?
Can you have more than one