WorksheetsHTML QUIZ- Grade 6
Total questions: 10
Worksheet time: 7mins
1. What does HTML stand for?
Hyper Text Markup Language
Hometool Markup Language
Hyperlink and Text Markup Language
Choose the correct HTML element for the largest heading:
<h6>
<h1>
<head>
<heading>
Choose the correct HTML element to define bold text
<b>
<i>
<bold>
<U>
What is the correct HTML element for inserting a line break?
<break>
<br>
<lb>
<b>
Which character is used to indicate an end tag?
>
<
/
@
6. HTML comments start with <!-- and end with -->?
True
False
7. Which HTML element defines the title of a document?
(a)
Which is the correct syntax to apply border to image in HTML?
<Border> <IMG scr ="test.jpeg" > </Border>
<IMG scr ="test.jpeg" line-border ="2" >
<IMG scr ="test.jpeg" border ="2" >
<IMG scr ="test.jpeg"><border>Thicknes ="2"</border></IMG>
__________ tag is used to create a horizontal
rule or a line on your HTML document.
<HR>
<line>
<ruler>
<Hl>
10. What is the name of the two sections associated with HTML?
face and feet
end and html
head and body
left and right
