NEW
Font size
WorksheetsHTML Basics
Total questions: 15
Worksheet time: 5mins
What does HTML stand for?
Home Tool Markup Language
Hyper Text Markup Language
Hyperlink and Text Markup Language
High-Level Text Modeling Language
Which HTML tag is used for creating a hyper link?
<head>
<src>
<href>
<a>
What is the HTML tag for inserting a line break ?
<lb>
<break>
<br>
<newline>
Which HTML attribute is used to specify the alternative text for an image, in case the image cannot be displayed?
title
alt
src
ERROR
What is the purpose of the HTML <img> tag?
creates an image
generates line break
inserts a new line
defines an input field
Which HTML tag is used for making an unordered list?
<ul>
<ol>
<li>
<dl>
Which of the following HTML elements is used for creating a table?
<table>
<tr>
<td>
<tble>
What does the HTML tag <em> represent?
It defines a division or section in an HTML document.
It creates emphasized text, typically displayed in italics.
It represents an embedded object, such as an image or a video.
It defines an ordered list.
In HTML, what is the purpose of the <div> tag?
Which HTML tag is used for creating an ordered list?
<ol>
<ul>
<li>
<list>
T/F: All HTML tags have an end tag
True
False
How many heading tags does HTML have?
The correct sequence of HTML tags for starting a webpage is
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, HTML
HTML, Head, Title, Body
Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
Which of the following tag is used for inserting the largest heading in HTML?
<h1>
<h2>
<h3>
<h4>
