HTML Quiz with Complete Solutions
An <iframe> is used to display a webpage within a web page. T/F - ANSWER-True
Block elements are normally displayed without starting a new line. T/F - ANSWER-False
Graphics defined by SVG is in which format? - ANSWER-
How can you make a bulleted list? - ANSWER-<ul>
How can you make a numbered list? - ANSWER-<ol>
How can you open a link in a new tab/browser window? - ANSWER-target="_blank"
HTML comments start with <!-- and end with --> . T/F - ANSWER-True
In HTML, onblur and onfocus are___? - ANSWER-
In HTML, what does the <aside> element define? - ANSWER-
In HTML, which attribute is used to specify that an input field must be filled out? -
ANSWER-required
In HTML, you can embed SVG elements directly into an HTML page. T/F - ANSWER-
True
Inline elements are normally displayed without starting a new line - ANSWER-True
What does HTML stand for? - ANSWER-Hyper Text Markup Language
What is the correct HTML element for inserting a line break? - ANSWER-<br>
What is the correct HTML element for playing audio files? - ANSWER-<audio>
What is the correct HTML element for playing video files? - ANSWER-
What is the correct HTML element for the largest heading? - ANSWER-<h1>
What is the correct HTML element to define emphasized text? - ANSWER-<em>
What is the correct HTML element to define important text? - ANSWER-<strong>
What is the correct HTML for adding a background color? - ANSWER-
style="background-color: red;"
An <iframe> is used to display a webpage within a web page. T/F - ANSWER-True
Block elements are normally displayed without starting a new line. T/F - ANSWER-False
Graphics defined by SVG is in which format? - ANSWER-
How can you make a bulleted list? - ANSWER-<ul>
How can you make a numbered list? - ANSWER-<ol>
How can you open a link in a new tab/browser window? - ANSWER-target="_blank"
HTML comments start with <!-- and end with --> . T/F - ANSWER-True
In HTML, onblur and onfocus are___? - ANSWER-
In HTML, what does the <aside> element define? - ANSWER-
In HTML, which attribute is used to specify that an input field must be filled out? -
ANSWER-required
In HTML, you can embed SVG elements directly into an HTML page. T/F - ANSWER-
True
Inline elements are normally displayed without starting a new line - ANSWER-True
What does HTML stand for? - ANSWER-Hyper Text Markup Language
What is the correct HTML element for inserting a line break? - ANSWER-<br>
What is the correct HTML element for playing audio files? - ANSWER-<audio>
What is the correct HTML element for playing video files? - ANSWER-
What is the correct HTML element for the largest heading? - ANSWER-<h1>
What is the correct HTML element to define emphasized text? - ANSWER-<em>
What is the correct HTML element to define important text? - ANSWER-<strong>
What is the correct HTML for adding a background color? - ANSWER-
style="background-color: red;"