NEW
Font size
WorksheetsClass 7 HTML
Total questions: 10
Worksheet time: 5mins
This language _______________was developed by ___________
Hyper Text Mark Up Language, Tim Berners Lee
Hyper Text Marking Up Language, Tim Berners Lee
Hyper Text Mark Up Language, Bill Gates
Hyper Text Mark Up Language, Sunder Pichai
Which is the correct HTML tag for a new paragraph?
<para>
<paragraph>
<p>
<pr>
Which of the following HTML tags is not valid?
<h1>
<h7>
<h4>
<h5>
Which tag is used to make a text bold?
<strong>
<bold>
<b>
<big>
What is called an element that does not have a closing tag?
Empty Tag
Container Tag
Closed Tag
Tag
Select the correct example of an empty element.
</ img> <img>
<img> </img>
</ img>
<img>
What is the correct HTML element for inserting a line break?
<l>
<br>
<break>
<line>
Which character is used to indicate an end tag?
*
/
\
|
The latest versio of HTML is
HTML 4.0
HTML 2.0
3.2
HTML 5
What is the correct HTML element for inserting a horizontal line?
<h>
<hr>
<hl>
<horizontal>
