NEW
Font size
WorksheetsHTML QUIZ
Total questions: 13
Worksheet time: 20mins
What do you call a document that can be accessed through the world wide web?
Webpage
Website
Web browser
Web search engine
HTML stands for ?
Hypertext Markup Language
Hyperlink Markup Language
Hypertext Mark Language
Hyperfile Markup Language
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
HTML tags are element names surrounded by __________.
<angle brackets>
(round brackets)
[square brackets]
(round brackets) and [square brackets]
The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?
<p>
<p/>
</p>
</p/>
The <p> element defines a ___________.
title
heading
paragraph
page content
The _____ element defines a large heading
<h2>
<h1
<h3>
<h4>
What goes in the <head> section?
the title
hair
both are correct
A brain
Which symbol identifies a closing tag?
<>
/
()
\
What size is <h6>?
Largest size
Smallest size
Which tag is used to add an image to a webpage?
<img>
<image>
<ima>
<iag>
Which is the correct opening and closing tag?
Opening: </ >
Closing: < >
Opening: < >
Closing: <- >
Opening: < >
Closing: </ >
Opening: < >
Closing: <= >
What is the necessary part missing from this HTML skeleton to work?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head>
</head>
<div>
</div>
<img>
</img>
<head>
