wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Information Technology: Webpages 1

Total questions: 40

Worksheet time: 19mins

Name
Class
Date
1.
Choose the correct HTML element for the largest heading:
a)
<h1>
b)
<h6>
c)
<head>
d)
<heading>
2.
A webpage is a single digital document.
a)
True
b)
False
3.
Web pages are stored on a web server connected to the internet and can be viewed on a ____.
a)
web browser
b)
spider web
c)
paper
d)
wall
4.
A website is typically a collection of connected webpages.
a)
True
b)
False
5.
What is the correct HTML element for inserting a line break?
a)
<br>
b)
<break>
c)
<linebreak>
d)
<lb>
6.
Each webpage has its own unique web address.
a)
True
b)
False
7.
What does URL stand for?
a)
University of Recollection and Labor
b)
Uniform Resource Locator
8.
A Uniform Resource Locator is the address of a webpage.
a)
True
b)
False
9.
Choose the correct HTML element to define important text.
a)
<b>
b)
<i>
c)
<important>
d)
<strong>
10.
A Uniform Resource Locator is also known as ___.
a)
URL
b)
Address
11.
Which is NOT a common domain name ending?
a)
.net
b)
.ac.th
c)
.neverending
d)
.edu
12.
Which is NOT a common domain ending?
a)
.com
b)
.co.uk
c)
.gov
d)
.myname
13.
Choose the correct HTML element to define emphasized text.
a)
<i>
b)
<em>
c)
<italic>
d)
<emphasize>
14.
HTML is used to describe the structure and content of a webpage.
a)
True
b)
False
15.
HTML Tags usually come in pairs.
a)
True
b)
False
16.
HTML stands for ___.
a)
Hypertext Markup Language
b)
Hyper Markup Language
c)
Hi Text Markup Language
d)
Hiphop Text Markup Language
17.
To create a paragraph that says Hello World you write the HTML code:
a)
<p>Hello World</p>
b)
<p>Hello World<p>
18.
<h1>Welcome to the World of Trees</h1>
<h1> means that the text inside the brackets is a heading.
a)
True
b)
False
19.
<p>I am John</p>
<p> is used to create a paragraph of text.
a)
True
b)
False
20.
<img src="trees.jpg">
img src is short for image source.
a)
True
b)
False
21.
Which is the opening tag of h1?
a)
<h1>
b)
</h1>
22.
Which is the closing tag of h1?
a)
<h1>
b)
</h1>
23.
To create the HTML element for an image of a tree you write:
a)
<img src="tree.jpg">
b)
<img>
24.
CSS stands for ___. It is used to describe how parts of the webpage should look.
a)
Cascading Sizes
b)
Cascading Style Sheet
25.
Which character is used to indicate an end tag?
a)
^
b)
<
c)
/
d)
*
26.
How can you make a numbered list?
a)
<dl>
b)
<ol>
c)
<ul>
d)
<list>
27.
How can you make a bulleted list?
a)
<ol>
b)
<list>
c)
<ul>
d)
<dl>
28.
What is the correct HTML for inserting an image?
a)
<img href="image.gif" alt="MyImage">
b)
<img src="image.gif" alt="MyImage">
c)
<image src="image.gif" alt="MyImage">
d)
<img alt="MyImage">image.gif</img>
29.
Which HTML element defines the title of a document?
a)
<head>
b)
<title>
c)
<meta>
d)
<h1>
30.
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
a)
title
b)
alt
c)
src
d)
longdesc
31.
Which of these I can't use to insert an image to my HTML file?
a)
MyImage.gif
b)
MyImage.jpg
c)
MyImage.png
d)
MyImage.img
32.
Where should your tags go? Any content that is visible on your web page should go between the opening ___ tag and the closing ___ tag.
a)
<head>, </head>
b)
<html>, </html>
c)
<title>, </title>
d)
<body></body>
33.
Which one is NOT a complete or NOT correct HTML Element.
a)
<br>
b)
<p>This is a sentence.</p>
c)
<img src="pic.jpg" alt=Picture">
d)
<title>My Biography</title>
34.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
35.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
36.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
37.
Which is the opening tag for an html document?
a)
<html/>
b)
html>
c)
</html>
d)
<html>
38.
What website can I use to learn more HTML?
a)
KhanAcademy.org
b)
codeacademy.com
c)
planetbravo.com
d)
w3schools.com
39.
What is wrong with this code? 
<h1> Miss Mandy    <p> is really cool </p>
a)
It isn't inside of body
b)
It is missing a closing tag
c)
It is missing capital letters
d)
Miss Mandy isn't cool
40.
How do I change the size of an image?
a)
width / height
b)
scale
c)
size
d)
shrink