WorksheetsHTML basics
Total questions: 10
Worksheet time: 5mins
Name
Class
Date
1.
What is a tag?
a)
A piece of text to explain the code
b)
A useful but not essential extra piece of code
c)
Text that tells a web browser how to display a page
d)
Parts of the code that were added later
2.
What does HTML stand for?
a)
Hypertext Markup Language
b)
Hyperlink Tag Making Language
c)
Hyper Tag Manager Links
d)
Hyperlink Text Mashup Lines
3.
What is contained in the 'head' of the HTML code?
a)
All the commands
b)
All the instructions for that page
c)
The data to be displayed
d)
Information that isn't displayed
4.
Which tag starts the HTML file
a)
<H>
b)
<HTML>
c)
</HTML>
d)
<body>
5.
What is the purpose of this tag
</head>
</head>
a)
To start the head part of the file
b)
To end the head part of the file
c)
To stop the program
d)
To link to another web page
6.
Which tag starts a paragraph?
a)
<p>
b)
<para>
c)
</p>
d)
<paragraph>
7.
Which tag is used to make the text a heading?
a)
<header>
b)
<bigger>
c)
<h>
d)
<h1>
8.
The <img> tag controls what?
a)
Insert an image
b)
Insert a video
c)
Insert a new line
d)
Insert a page break
9.
HTML coding involves using ____________ to create webpages.
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
10.
This coding is used to create a paragraph:
a)
<pr></pr>
b)
<p></p>
c)
<para></para>
d)
<par></par>
100 %
