Font size
WorksheetsHTML basics
Total questions: 10
Worksheet time: 7mins
Which HTML tag is used to create a hyperlink?
(a)
What is the purpose of the <head> tag in an HTML document?
Defines the main content of the document.
Contains metadata about the document.
Represents a header section.
Specifies a heading element.
Which HTML tag is used for creating an unordered list?
<ol>
<li>
<ul>
<list>
What does the acronym HTML stand for?
HyperText Makeup Language
HyperText Markup Language
High-level Text Language
Hyper Transfer Markup Language
Which tag is used to define the structure of an HTML document?
(a)
How can you add an image to an HTML page?
<img src="image.jpg" alt="Image">
<picture source="image.jpg" alt="Image">
<image href="image.jpg" alt="Image">
<img alt="Image">image.jpg</img>
What is the purpose of the <p> tag in HTML?
Defines a paragraph.
Represents a page.
Specifies a position.
Represents a picture.
Which HTML tag is used for creating an ordered list?
<ul>
<ol>
<li>
<list>
Which tag is used to insert a line break in HTML?
(a)
What does the attribute href in the <a> tag define?
The heading reference.
The horizontal reference.
The hyperlink reference.
The HTML reference.
