WorksheetsHTML quiz - Batch 2
Total questions: 25
Worksheet time: 13mins
Which HTML tag is used to create a heading?
<h1>
<h>
<heading>
<b>
Which HTML tag is used to create a link to another web page?
<url>
<link>
<href>
<a>
what is the primary purpose of <kbd> tag ?
to define a keyboard shortcut for navigation
To display keyboard input in a monospaced form
To create a section for keyboard instructions
To insert a keyboard image into a web page
Which HTML tag is used to represent content that is no longer accurate or relevant?
<outdated>
<strike>
<old>
<deprecated>
In HTML, which element is used to group together a set of related form elements within a web form?
<fieldset>
<group>
<formset>
<section>
What is the purpose of the HTML <wbr> tag?
It defines a line break within a paragraph
It specifies a hyperlink within a document
It indicates a word break opportunity for line wrapping
It creates a block level container for content
which html tag is used to create a video elemnt ?
<video>
<embed>
<iframe>
All of the above
Which HTML tag is used to create a microdata element?
<itemtype>
<itemprop>
<meta>
All of the above
Which HTML tag is used to create an accessible element?
<label>
<input>
<button>
<All of the above
What is the correct way to close an HTML tag?
</tag>
/>
both
niether
This language _______________was developed by ___________
Hyper Text Mark up Language, Laudon
Hyper Text Make up Language, Tim Berners Lee
Hyper Text Mark Up Language, Tim Berners Lee
Hyper text Mark up language , dennis richee
A "Container Tag" in HTML has _______
Only Ending Tag
Only Starting Tag
Both Starting and Ending
None
Choose the correct HTML element for the largest heading?
<h6>
<head>
<heading>
<h1>
What is the correct HTML element for inserting a line break?
<br>
<lb>
<break>
<brk>
Choose the correct HTML element to define emphasized text?
<italic>
<i>
<em>
<font>
Which character is used to indicate an end tag?
/
*
#
&
Which HTML element defines the title of a document?
<meta>
<head>
<title>
<document>
Which of the following tags is used to make a portion of text italic in HTML?
<italic>
<i>
<style="italic">
<style="i">
Which among the following is correct HTML code for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
In HTML a color can be specified by using what?
HEX value
RGB value
color name
all of these
How can you make a list that lists the items with numbers? (1,2,... i,ii,.... I,II,...) ?.
<ul>
<list>
<li>
<ol>
<th></th> is the code for ..... ?
a table row
a table column
a table header
Thanos
Which of the following HTML tag is the special formatting tag?
<p>
<b>
<pre>
<none of the above>
What is the correct HTML for inserting an image?
<img href="image.gif" alt="MyImage">
<image src="image.gif" alt="MyImage">
<img alt="MyImage">image.gif</img>
<img alt="MyImage">image.gif</img>
In HTML, what is the purpose of the <legend> tag when used with the <fieldset> element?
It defines a border around the fieldset.
It specifies the background color for the fieldset.
It provides a caption or description for the fieldset.
It indicates a required field within the fieldset.
