
T6
Created on 28th May 2025
Grade level: Adult Educationth grade
3 plays
10 Questions
No Description
Questions (10)
1. What does HTML stand for?
Hypertext Markup Language
4 choice options
2. Which of the following is a valid HTML element?
<allofthese>
4 choice options
3. What does CSS stand for?
Cascading Style Sheets
4 choice options
4. Which of the following is a correct way to link a CSS file in HTML?
<link rel='stylesheet' href='styles.css'>
4 choice options
5. What is the purpose of the <div> tag in HTML?
To create a division or section in a document
4 choice options
6. Which CSS property is used to change the text color of an element?
color
4 choice options
7. How do you create a class selector in CSS?
.classname
4 choice options
8. Which HTML tag is used to define an unordered list?
<ul>
4 choice options
9. What is the correct HTML element for inserting a line break?
<br>
4 choice options
10. What is the purpose of the <meta> tag in HTML?
To provide metadata about the HTML document
4 choice options