NEW
Font size
WorksheetsDay 02 - HTML Introduction
Total questions: 11
Worksheet time: 6mins
What does HTML stand for?
HyperText Markup Language
HyperText Machine Language
HyperTransfer Markup Language
HighText Machine Language
Which tag is used to define the main title of a web page?
<title>
<head>
<h1>
<header>
What does the <body> tag do?
It adds style to the webpage.
It contains the visible content of the webpage
It provides metadata about the page.
It links the webpage to external resources.
What is the purpose of the <head> tag in an HTML document?
It contains the main content of the webpage.
It provides information about the document, such as title and links to stylesheets
It defines the footer of the webpage.
It is used to create hyperlinks.
Which tag is used to create a hyperlink in HTML?
<href>
<a>
<link>
<url>
What does the <img> tag do in HTML?
It defines a list.
It adds a script to the webpage.
It creates a table.
It embeds an image in the webpage
Which attribute is used to specify the destination URL of a hyperlink?
src
url
href
link
What is the role of the <title> tag in HTML?
It defines the main content of the webpage.
It creates a footer section.
Title of page
It adds a form to the webpage.
Which tag is used to create an unordered list in HTML?
<ol>
<ul>
<list>
<li>
How many levels of headings are available in HTML?
3
4
6
2
What is the role of the <head> section in an HTML document?
It contains metadata and links to external resources like stylesheets
It displays the main content of the webpage.
It defines the title of the webpage.
It provides interactive features for the webpage.
