W3 Schools HTML5 Developer
Certification Exam Study Guide
2024/2025 with Complete Solutions
<!-- Write your comments here -->> - ANSWER-used to add comments to your HTML
source
<!DOCTYPE html> - ANSWER-the correct doctype for HTML5
<aside> - ANSWER-content aside from the content it is placed in
<audio> - ANSWER-the correct element used for playing audio files
<fieldset> - ANSWER-used to group related elements in a form
<figure> - ANSWER-specifies self-contained content, like illustrations, diagrams, and
photos
<img src="bird.jpg" alt="bird"> - ANSWER-the proper syntax in HTML for inserting an
image in an HTML page
<input type="month"> - ANSWER-specifies a month and year field with no time zone
<input type="range"> - ANSWER-can be displayed as a slider control
<keygen> - ANSWER-provides a secure way to authenticate users
<mark> - ANSWER-defines marked text
<meta charset="UTF-8"> - ANSWER-proper syntax for the meta(information to browser
about how data should be displayed) tag in HTML5
<output> - ANSWER-the result of a calculation
<p color="red"> - ANSWER-the proper syntax for setting the text color of a <p> element
<source> - ANSWER-specifies multiple media resources for media elements such as
<video>, <audio>, and <picture>
<video> - ANSWER-the correct element used for playing video files
Block-level Elements - ANSWER-<h1>, <p>, <div>, <form>, and <ul>
Certification Exam Study Guide
2024/2025 with Complete Solutions
<!-- Write your comments here -->> - ANSWER-used to add comments to your HTML
source
<!DOCTYPE html> - ANSWER-the correct doctype for HTML5
<aside> - ANSWER-content aside from the content it is placed in
<audio> - ANSWER-the correct element used for playing audio files
<fieldset> - ANSWER-used to group related elements in a form
<figure> - ANSWER-specifies self-contained content, like illustrations, diagrams, and
photos
<img src="bird.jpg" alt="bird"> - ANSWER-the proper syntax in HTML for inserting an
image in an HTML page
<input type="month"> - ANSWER-specifies a month and year field with no time zone
<input type="range"> - ANSWER-can be displayed as a slider control
<keygen> - ANSWER-provides a secure way to authenticate users
<mark> - ANSWER-defines marked text
<meta charset="UTF-8"> - ANSWER-proper syntax for the meta(information to browser
about how data should be displayed) tag in HTML5
<output> - ANSWER-the result of a calculation
<p color="red"> - ANSWER-the proper syntax for setting the text color of a <p> element
<source> - ANSWER-specifies multiple media resources for media elements such as
<video>, <audio>, and <picture>
<video> - ANSWER-the correct element used for playing video files
Block-level Elements - ANSWER-<h1>, <p>, <div>, <form>, and <ul>