What does HTML stand for?

Web Technology Challenge

Quiz
•
Other
•
University
•
Hard
Piyush Sharma
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
HighText Markup Language
HyperText Markup Language
HyperText Multi Language
HyperText Markup List
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which HTML tag is used to define an internal style sheet?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
tag in HTML?The
tag is used to contain meta-information about the HTML document.The
tag is for defining the layout of the webpage.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
Which attribute is used to specify the URL of an image in HTML?
href
src
link
image-url
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the tag do in HTML?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a list in HTML?
Use
- for unordered lists or
- for each list item.
- for ordered lists, with
Wrap list items in
Use
Use for creating lists in HTML.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct HTML element for inserting a line break?