wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development/Web Design

Total questions: 46

Worksheet time: 23mins

Name
Class
Date
1.

A piece of a website, marked by a start tag and often closed with an end tag.

a)

HTML tag

b)

HTML element

c)

Website content

d)

Website structure

2.

The purpose of different pieces of content in a webpage; used to help the computer determine how that content should be displayed

a)

HTML tag

b)

HTML element

c)

Website content

d)

Website structure

3.

HTML tag that defines the document's body

a)

<document></document>

b)

<doc></doc>

c)

<body></body>

d)

<b></b>

4.

HTML tag that defines the paragraph

a)

<paragraph></paragraph>

b)

<par></par>

c)

<p></p>

d)

<para></para>

5.

HTML tag that defines the HTML document.

a)

<html></html>

b)

<doc></doc>

c)

<type></type>

d)

<htmldoc></htmldoc>

6.

HTML tag that defines information about the document.

a)

<info></info>

b)

<head></head>

c)

<html></html>

d)

<data></data>

7.

What is HTML?

a)

Holographic Markup Language, a language used to define holographic images

b)

Hyperspace Mileage Language, a language used to define time travel

c)

Hypertext Markup Language, a language used to create web pages

d)

Honeynut Marshmallow Loops, a delicious cereal for kids.

8.

A special set of characters that indicates the start and end of an HTML element and that element's type.

a)

HTML tag

b)

HTML element

c)

Website structure

d)

Website content

9.

HTML tag that defines the document type. Goes before the <html> start tag.

a)

<!DOCTYPE>

b)

<!TYPE>

c)

<!DOCUMENT-TYPE>

d)

<!DOC>

10.
a)
b)
c)
d)
11.
a)
b)
c)
d)
12.

What does the "src" in the image tag stand for?

a)

source

b)

screen

c)

Nothing--it's just HTML code

d)

sorta code

13.

What is Creative Commons?

a)

A collection of public copyright licenses that restrict anyone from distributing copyrighted work

b)

A collection of public copyright licenses that says that a work belongs to no one

c)

A collection of public copyright licenses that says it's okay to plagiarize

d)

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work

14.

What is the correct way to add an image to your website?

a)

<img src="bird.jpg">

b)

<img src="bird.jpg">bird</img>

c)

<img>bird.jpg</img>

d)

<img scr="bird.jpg">

15.

Which tag correctly defines a list item in an ordered or unordered list?

a)

<ol></ol>

b)

<li></li>

c)

<list></list>

d)

<ul></ul>

16.

What does the "alt" tag do when added to the <img> tag?

a)

Adds an alternative location where the image file can be found

b)

Adds text under the image

c)

Adds text that describes the image if the image cannot load

d)

Adds an alternative image to show if the user doesn't like the first one

17.

What tag tells the computer that this is a document written in HTML?

a)

<!DOCTYPE html>

b)

<!-- -->

c)

<html>

d)

<doctype=html>

18.

Which heading tag produces the smallest text?

a)

<h1></h1>

b)

<h6></h6>

c)

<h4></h4>

d)

<h10></h10>

19.
A tag describes . . .
a)
document content
b)
languages
c)
doctype
d)
descriptions
20.

When using HTML, the first tag of a web page is

a)

<html>

b)

<HEAD>

c)

<index>

d)

<!DOCTYPE html>

21.
HTML elements are . . .
a)
the building blocks of HTML pages
b)
the structure of Web pages using markup
c)
the visible page content
d)
standard markup language for creating Web pages

22.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
23.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

24.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >  
d)
"  "
25.
Identify the example of the closing tag
a)
</h1>
b)
<html>
c)
<close>
d)
<p>
26.

The parts of HTML source code that mark the start and end of various elements on the page, and which consist of a command between angle brackets (< > ), are called tags.

a)

True

b)

False

27.

Type the character that is in the closing tag of a tag pair, but not in the starting tag.

a)

/

b)

\

c)

@

d)

|

28.

Every website begins with a file named:

a)

page.html

b)

start.html

c)

main.html

d)

index.html

29.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
30.
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.
31.

The Problem Solving Process for Programming

a)

Define, Prepare, Reflect, Try

b)

Try, Define, Reflect, Prepare

c)

Define, Prepare, Try, Reflect

32.

How many heading sizes are there?

a)

2

b)

6

c)

3

33.

What would you use to highlight unfamiliar code?

a)

use html tool

b)

use inspector tool

c)

use google to look up coding terms

34.

If I wanted to number my list, what tag would I use?

a)

<ul>

b)

<ol>

35.

How would I add an image to my website?

a)

I would use the <img src tag

b)

I would copy and paste the image

c)

I would use the <image> tag

36.

Under what tag would I start typing my sentences?

a)

<h1>

b)

<html>

c)

<body>

37.

debug this code. <h1>This is Ms Keane.<h1>What is missing?

a)

<html>

b)

</h1>

c)

</h2>

d)

<p>

38.

Which tag is needed for the following type of lists?

a)

<ul>

b)

<ol>

39.

which one is the closing tag?

a)

option 1

b)

option 2

c)

option 3

40.

What does <li> mean>

a)

it means line

b)

it means linear

c)

it means lists

41.
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
42.
Each webpage has its own unique web address.
a)
True
b)
False
43.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
44.

Which of the following is the largest heading?

a)

h2

b)

h3

c)

h4

d)

h6

45.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
46.

A URL identifies

a)

The address of a website

b)

Uniform Resource Logic