WorksheetsHTML introduction
Total questions: 10
Worksheet time: 10mins
HTML stands for ?
Hypertext Markup Language
Hyperlink Markup Language
Hypertext Mark Language
Hyperfile Markup Language
There are ____ types of tag.
3
2
1
4
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 first tag in a pair is the start tag, the second tag is the __________.
new tag
end tag
last tag
old tag
The _______ element contains meta information about the document
<title>
<body>
<h1>
<head>
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 is 'html' used for?
to search websites
to spellcheck web pages
to create webpages
to destroy viruses
