We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does HTML stand for?
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>
Which tag is used for the largest heading?
<h1>
<heading>
<h6>
<head>
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>
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">
What is the correct HTML element for creating an unordered list?
<ul>
<ol>
<li>
<list>
How do you merge two table cells horizontally?
colspan
rowspan
merge
cellspan
Which attribute is used to define the URL where the form data will be sent?
action
method
url
href
Which HTML element is used to define important text?
<strong>
<important>
<i>
<b>
What is the purpose of the <header> element in HTML5?
<header>
Which tag is used to embed a video in HTML?
<video>
<media>
<movie>
<embed>
What is the file extension for an HTML file?
.html
.htm
.css
.web
Which of these platforms offer free hosting for HTML sites?
Which HTML element is used for specifying metadata?
<meta>
<metadata>
<data>
<info>
Which of the following is a reliable resource for learning HTML?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
colspan
rowspan
merge
cellspan
Question 8
Which attribute is used to define the URL where the form data will be sent?
action
method
url
href
Question 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
.web
Question 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?
The text was updated successfully, but these errors were encountered: