What is the purpose of the tag?

Understanding HTML Basics

Quiz
•
Others
•
University
•
Hard
Parre Pratyush
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The tag is used to create hyperlinks.
The tag specifies the title of the document.
The tag is for embedding images in a webpage.
The tag defines the root of an HTML document.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the
element contain?The
element contains the main content of the page.The
element contains metadata, title, links to stylesheets, and scripts.The
element contains images and videos.The
element contains user input forms.4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a list in HTML?
Use
Wrap items in
Use
- for unordered lists or
- for each list item.
- for ordered lists, with
Use for creating lists.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What attribute is used to specify the source of an image?
title
alt
href
src
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add a comment in HTML?
/* This is a comment in HTML */
# This is a comment in HTML
// This is a comment in HTML