W3Schools HTML Quiz with Answers Rated A+
What does HTML stand for? - -Hyper Text
Markup Language
True or False: Inline elements are normally
displayed without starting a new line. - -
Who is making the Web standards? - -The True
World Wide Web Consortium
How can you make a numbered list? - -
What is the correct HTML element for the largest <ol>
heading? - -<h1>
How can you make a bulleted list? - -<ul>
What is the correct HTML element for inserting a
line break? - -<br>
What is the correct HTML for making a
checkbox? - -<input type="checkbox">
What is the correct HTML for adding a
background color? - -<body
style="background-color:yellow;"> What is the correct HTML for making a text input
field? - -<input type="text">
What is the correct HTML element to define
important text? - -<strong> What is the correct HTML for making a drop-
down list? - -<select>
What is the correct HTML element to define
emphasized text? - -<em> What is the correct HTML for making a text area?
- -<textarea>
What is the correct HTML for creating a
hyperlink? - -<a What is the correct HTML for inserting an image?
href="http://www.w3schools.com">W3Schools</ - -<img src="image.gif" alt="MyImage">
a>
What is the correct HTML for inserting a
Which character is used to indicate an end tag? - BACKGROUND image? - -<body
-/ style="background-image:url(background.gif)">
How can you open a link in a new tab/browser True or False: An <iframe> is used to display a
window? - -<a href="url" target="_blank"> web page within a web page. - -True
Which of these elements are all <table> True or False: HTML comments start with a <!--
elements? - -<table><tr><td> and end with --> - -True
1/2
What does HTML stand for? - -Hyper Text
Markup Language
True or False: Inline elements are normally
displayed without starting a new line. - -
Who is making the Web standards? - -The True
World Wide Web Consortium
How can you make a numbered list? - -
What is the correct HTML element for the largest <ol>
heading? - -<h1>
How can you make a bulleted list? - -<ul>
What is the correct HTML element for inserting a
line break? - -<br>
What is the correct HTML for making a
checkbox? - -<input type="checkbox">
What is the correct HTML for adding a
background color? - -<body
style="background-color:yellow;"> What is the correct HTML for making a text input
field? - -<input type="text">
What is the correct HTML element to define
important text? - -<strong> What is the correct HTML for making a drop-
down list? - -<select>
What is the correct HTML element to define
emphasized text? - -<em> What is the correct HTML for making a text area?
- -<textarea>
What is the correct HTML for creating a
hyperlink? - -<a What is the correct HTML for inserting an image?
href="http://www.w3schools.com">W3Schools</ - -<img src="image.gif" alt="MyImage">
a>
What is the correct HTML for inserting a
Which character is used to indicate an end tag? - BACKGROUND image? - -<body
-/ style="background-image:url(background.gif)">
How can you open a link in a new tab/browser True or False: An <iframe> is used to display a
window? - -<a href="url" target="_blank"> web page within a web page. - -True
Which of these elements are all <table> True or False: HTML comments start with a <!--
elements? - -<table><tr><td> and end with --> - -True
1/2