Podcast
Questions and Answers
Which tag in HTML is used to define the structure of a web page?
Which tag in HTML is used to define the structure of a web page?
- doctype
- head
- HTML (correct)
- title
What does the 'doctype' tag in HTML specify?
What does the 'doctype' tag in HTML specify?
- The title of the web page
- The version of HTML being used (correct)
- The content of the web page
- The structure of the web page
What does the 'title' tag in HTML define?
What does the 'title' tag in HTML define?
- The content of the web page
- The title of the web page (correct)
- The structure of the web page
- The version of HTML being used
Where does the 'title' tag appear in the HTML structure?
Where does the 'title' tag appear in the HTML structure?
What does the 'head' tag in HTML contain?
What does the 'head' tag in HTML contain?