Font size
WorksheetsHTML
Total questions: 25
Worksheet time: 10mins
Who invented HTML?
Bill Gates
Tim Berners-Lee
Larry Page
Charles Babbage
What does HTML stand for?
(a)
What is the HTML filename extension?
(a)
Which is the latest version of HTML?
HTML4
HTML8
HTML5
HTML6
Which heading level shows the most important heading?
<h1>
<h3>
<h5>
<h6>
How do you add comments in HTML?
<!--Write your comments here-->
<comment>Write your comments here</comment>
<!--Write your comments here--!>
<!Write your comments here-->
How do you insert a single line break in HTML?
<br>
<br />
<line>
<break>
Which tag is used for subscript (xy) ?
<sub>
<subscript>
What does <td> tag define?
Table cell
Table head
Table body
Table data
Can a table contain an image or a link or another table?
Yes
No
Which tag is used for quotations?
<q>
<blockquote>
<quote>
<cite>
Which of these is the official logo of HTML?
The <span> tag is a semantic element.
True
False
Which of these is the correct way for inserting a hyperlink?
<a href="url">link text</a>
<link href="url">link text</link>
<link href="url" text="link text" />
<a target="url">link text</a>
Which attribute of <img> tag specifies the path to the image?
(a)
Which of these tags are used to create lists?
<ul>
<ol>
<dl>
<list>
Which number/entity is used for entering a black club suit in HTML?
(a)
How do you insert this emoji in HTML?
(a)
Which of these are attributes of <meta> tag?
charset
content
http-equiv
name
All of these
What does € display?
¢
£
¥
€
Which tag is used for representing italicized text?
<i>
<em>
<italic>
Which tag is used for bold text?
<b>
<strong>
<bold>
Which tag can insert a web page within a web page?
(a)
Which tag can insert computer code?
<code>
<kbd>
<samp>
All of these
When was HTML's initial release?
1986
1932
1993
1977
