NEW
Font size
WorksheetsHTML Basics Quiz
Total questions: 28
Worksheet time: 14mins
What does HTML stand for?
Hyperlink and Text Markup Language
High Text Markup Language
Hypertext Markup Language
Hypertext Multi Language
Which of the following is a type of markup language?
Python
HTML
JavaScript
CSS
What is the correct HTML element for inserting a line break?
What is the purpose of the
section in an HTML document?To define the document structure
To display the main content
To create hyperlinks
To provide metadata and links to scripts
Which of the following is NOT a valid HTML document extension?
.xhtml
.txt
.htm
.html
What does the
The title of the document shown in the browser tab
The footer of the document
The body content of the document
The main heading of the document
Which of the following is a valid way to create a numbered list in HTML?
- Item
- Item
What is the purpose of the tag in HTML?
To create a table
To format text
To create a hyperlink
To display images
Which attribute is used to specify the URL of an image in the tag?
link
url
href
src
What is the correct syntax for a comment in HTML?
# This is a comment
// This is a comment
/* This is a comment */
Which of the following tags is used to create a table header?
