Podcast
Questions and Answers
What does HTML stand for?
What does HTML stand for?
- Hyper Transfer Markup Language
- Highly Typed Markup Language
- Hyperlinks and Text Markup Language
- Hyper Text Markup Language (correct)
Which tag is used to define an unordered list in HTML?
Which tag is used to define an unordered list in HTML?
- (correct)
What does the 'href' attribute in the anchor tag specify?
What does the 'href' attribute in the anchor tag specify?
- The heading of the linked document
- The type of the linked document
- The URL of the linked document (correct)
- The color of the link
What does the 'alt' attribute in the 'img' tag specify?
What does the 'alt' attribute in the 'img' tag specify?
Which tag is used to create a hyperlink in HTML?
Which tag is used to create a hyperlink in HTML?
What is the purpose of the 'DOCTYPE' declaration in HTML?
What is the purpose of the 'DOCTYPE' declaration in HTML?