Podcast
Questions and Answers
Which tag represents the root of an HTML document?
Which tag represents the root of an HTML document?
- body
- head
- html (correct)
- title
What attribute should you include inside the 'html' tag to declare the language of the web page?
What attribute should you include inside the 'html' tag to declare the language of the web page?
- class
- lang (correct)
- src
- href
What does CSS stand for?
What does CSS stand for?
- Cascading System Styles
- Cascading Script Styles
- Cascading Sheet Styles
- Cascading Style Sheets (correct)
What can you control with CSS?
What can you control with CSS?
Which tag is the container for all other HTML elements?
Which tag is the container for all other HTML elements?