WorksheetsBasic HTML Knowledge
Total questions: 15
Worksheet time: 8mins
What does HTML stand for?
HyperText Multi Language
HyperText Markup Language
HyperText Markup List
HighText Markup Language
What is the purpose of HTML?
To manage databases and data storage.
To create server-side applications.
To design graphics and images.
The purpose of HTML is to structure and present content on the web.
Which tag is used for the largest heading?
What tag is used to insert an image?
What does the
tag represent?
The
tag is used for images in HTML.
The
tag represents a paragraph in HTML.
The
tag defines a header in HTML.
The
tag is for creating links in HTML.
Which tag is used to create a list?
- or
What is the correct way to write a comment in HTML?
/* This is a comment */
// This is a comment
# This is a comment
What tag is used to create a table?
