HTML in One Video Quiz
Introduction
Question 1
What does HTML stand for?
Question 2
Which of the following is the correct basic structure of an HTML document?
Development
Question 3
Which tag is used for the largest heading?
Question 4
How do you create a hyperlink in HTML?
Question 5
Which tag is used to display an image in HTML?
Question 6
What is the correct HTML element for creating an unordered list?
Question 7
How do you merge two table cells horizontally?
Question 8
Which attribute is used to define the URL where the form data will be sent?
Question 9
Which HTML element is used to define important text?
Question 10
What is the purpose of the <header> element in HTML5?
Question 11
Which tag is used to embed a video in HTML?
Deployment
Question 12
What is the file extension for an HTML file?
Question 13
Which of these platforms offer free hosting for HTML sites?
Question 14
Which HTML element is used for specifying metadata?
Conclusion
Question 15
Which of the following is a reliable resource for learning HTML?
HTML in One Video Quiz
Introduction
Question 1
What does HTML stand for?
Question 2
Which of the following is the correct basic structure of an HTML document?
<!DOCTYPE html> <html> <head> <title></title> <body> </body> </head> </html><!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html><html> <head> <title></title> </head> <body> </body> </html> </DOCTYPE html><html> <head> <title></title> <body> </body> </head> </html>Development
Question 3
Which tag is used for the largest heading?
<h1><heading><h6><head>Question 4
How do you create a hyperlink in HTML?
<a href="http://www.example.com">Example</a><link url="http://www.example.com">Example</link><a url="http://www.example.com">Example</a><hyperlink src="http://www.example.com">Example</hyperlink>Question 5
Which tag is used to display an image in HTML?
<img src="image.jpg" alt="description"><image src="image.jpg" alt="description"><picture src="image.jpg" alt="description"><src img="image.jpg" alt="description">Question 6
What is the correct HTML element for creating an unordered list?
<ul><ol><li><list>Question 7
How do you merge two table cells horizontally?
colspanrowspanmergecellspanQuestion 8
Which attribute is used to define the URL where the form data will be sent?
actionmethodurlhrefQuestion 9
Which HTML element is used to define important text?
<strong><important><i><b>Question 10
What is the purpose of the
<header>element in HTML5?Question 11
Which tag is used to embed a video in HTML?
<video><media><movie><embed>Deployment
Question 12
What is the file extension for an HTML file?
.html.htm.css.webQuestion 13
Which of these platforms offer free hosting for HTML sites?
Question 14
Which HTML element is used for specifying metadata?
<meta><metadata><data><info>Conclusion
Question 15
Which of the following is a reliable resource for learning HTML?