
Fundamentals of HTML

Quiz
•
Information Technology (IT)
•
University
•
Hard
Affan Shaikh
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does HTML stand for?
HyperText MultiLanguage
HyperText Markup Language
Hyperlink Text Markup Language
HighText Markup Language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to define the root of an HTML document?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
tag in HTML?The
tag is for defining the layout of the webpage.The
tag is used to contain meta-information about the HTML document.The
tag is used to display the main content of the page.The
tag is used to include images and videos in the document.4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a hyperlink in HTML?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to insert an image in HTML?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct HTML element for inserting a line break?
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create an unordered list in HTML?
Use
- to start the list and
- for each item.
Wrap the list in
Use to create the list and
Use
- to start the list and
- for each item.