HTML/CSS, HTML & CSS Exam 2026
Questions and Answers
Where do you add the code to add the title (the tab at the top) into your HTML
page? - Correct answer-<head> </head>
<h1> and <p> are examples of what? - Correct answer-tags
What is the full intro tag to an HTML document? - Correct answer-<!DOCTYPE
HTML>
tag for adding an image - Correct answer-<img src=" " alt=" ">
What symbols indicate that text is a comment and not actual code? - Correct
answer-<!-- -->
All code that will show up goes between these tags - Correct answer-<body>
</body>
Which symbol indicates a closing tag in HTML? - Correct answer-/
numbered list - Correct answer-<ol> </ol>
bulleted list - Correct answer-<ul> </ul>
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1
Questions and Answers
Where do you add the code to add the title (the tab at the top) into your HTML
page? - Correct answer-<head> </head>
<h1> and <p> are examples of what? - Correct answer-tags
What is the full intro tag to an HTML document? - Correct answer-<!DOCTYPE
HTML>
tag for adding an image - Correct answer-<img src=" " alt=" ">
What symbols indicate that text is a comment and not actual code? - Correct
answer-<!-- -->
All code that will show up goes between these tags - Correct answer-<body>
</body>
Which symbol indicates a closing tag in HTML? - Correct answer-/
numbered list - Correct answer-<ol> </ol>
bulleted list - Correct answer-<ul> </ul>
©COPYRIGHT 2025, ALL RIGHTS RESERVED 1