
HTML and CSS Basics

Quiz
•
Other
•
6th Grade
•
Medium
Ipres youtube channel
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
What does HTML stand for?
HyperText Multi Language
HighText Markup Language
HyperText Markup Language
HyperText Markup List
2.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
Which tag is used to create a hyperlink in HTML?
<a>
</a>
<a><href>
<b>
3.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
What is the purpose of the
tag in HTML?The
tag contains meta-information about the HTML document.The
tag defines the structure of the HTML document.The
tag is used to display the main content of the page.The
tag is responsible for styling the HTML elements.4.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
Which CSS property is used to change the text color?
font-size
text-decoration
background-color
color
5.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
What does CSS stand for?
Cascading Style Sheets
Cascading Style System
Creative Style Sheets
Computer Style Sheets
6.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
How do you add a comment in CSS?
Add a comment using # comment text in CSS.
Use // comment text to add a comment in CSS.
Use /* comment text */ to add a comment in CSS.
Insert a comment with in CSS.
7.
MULTIPLE CHOICE QUESTION
10 sec • 5 pts
Which HTML element is used to define an unordered list?
<ul>
<ol>
<li>
<bold>