W3Schools HTML Quiz Verified 2024
Graphics defined by SVG is in which format? - ANSWER-XML
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-<a href="url"
target="_blank">
In HTML, onblur and onfocus are _______ ? - ANSWER-Event Attributes
In HTML, what does the <aside> element define? - ANSWER-Content aside from the
page content.
In HTML, which attribute is used to specify that an input field must be filled out? -
ANSWER-required
The HTML <canvas> element is used to ______? - ANSWER-Draw Graphics
The HTML global attribute, "contenteditable" is used to _____ ? - ANSWER-Specify
whether the content of an element should be editable or not.
True or False: An <iframe> is used to display a web page within a web page. -
ANSWER-True
True or False: Block elements are normally displayed without starting a new line. -
ANSWER-False
True or False: HTML comments start with a <!-- and end with --> - ANSWER-True
True or False: In HTML, you can embed SVG elements directly into an HTML page. -
ANSWER-True
True or False: 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-<video>
Graphics defined by SVG is in which format? - ANSWER-XML
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-<a href="url"
target="_blank">
In HTML, onblur and onfocus are _______ ? - ANSWER-Event Attributes
In HTML, what does the <aside> element define? - ANSWER-Content aside from the
page content.
In HTML, which attribute is used to specify that an input field must be filled out? -
ANSWER-required
The HTML <canvas> element is used to ______? - ANSWER-Draw Graphics
The HTML global attribute, "contenteditable" is used to _____ ? - ANSWER-Specify
whether the content of an element should be editable or not.
True or False: An <iframe> is used to display a web page within a web page. -
ANSWER-True
True or False: Block elements are normally displayed without starting a new line. -
ANSWER-False
True or False: HTML comments start with a <!-- and end with --> - ANSWER-True
True or False: In HTML, you can embed SVG elements directly into an HTML page. -
ANSWER-True
True or False: 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-<video>