WorksheetsHTML
Total questions: 20
Worksheet time: 10mins
HTML stands for
Hyper Text Makeup Language
Hyper Text Markup Language
High Text Marking Language
Hyperlink and Text Marking Language
Which tag is used to display a numbered list?
<ul>
<ol>
<dl>
<li>
Which HTML tag is used to display images?
<image>
<pic>
<img>
<src>
Which attribute is used to provide alternative text for images
alt
text
description
title
HTML documents are saved with the extension
.ht
.html
.doc
.text
The correct HTML element for the largest heading is
<h3>
<h1>
<heading>
<head>
Which HTML element is used to create a hyperlink?
<link>
<url>
<href>
<a>
What is the purpose of the <meta> tag in HTML?
To insert images
To create a navigation menu
To style the document
To define metadata about an HTML document
Which HTML tag is used to define an unordered list?
<ol>
<ul>
<li>
<list>
What does the <title> tag define in an HTML document?
The title of the webpage displayed in the browser tab
The main content of the page
The header section of the document
The footer information
Which attribute is used to specify the destination of a hyperlink?
target
link
src
href
Which HTML element is used to create a scrolling text effect?
<animate>
<text>
<scroll>
<marquee>
What attribute is used to specify the number of rows in a text area within a form?
height
size
cols
rows
Which HTML tag is used to create a table row?
<tr>
<table>
<td>
<th>
Which HTML tag is used to create a table header cell?
<th>
<header>
<td>
<caption>
Which HTML element is used to create a dropdown list in a form?
<list>
<option>
<input>
<select>
What is the purpose of the <div> tag in HTML?
To insert an image
To define a section in a document
To create a hyperlink
To create a list
What is the purpose of the 'src' attribute in the <img> tag?
To provide alternative text
To specify the image format
To define the image source URL
To set the image size
What is the purpose of the <link> tag in HTML?
To insert images
To define metadata
To create a hyperlink
To link to external stylesheets
Which HTML element is used to define a section in a document?
<section>
<div>
<header>
<article>
