wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MAWD 4.01

Total questions: 16

Worksheet time: 5mins

Name
Class
Date
1.
The World Wide Web Consortium (W3C) plays which role in the web development standards?
a)
It creates websites accessible to everyone.
b)
It develops the standards for HTML and CSS.
c)
It develops web browsers.
d)
It is the agency that controls the World Wide Web.
2.
A properly coded HTML tag will always be found between which two symbols?
a)
()
b)
{}
c)
[]
d)
<>
3.
Which is the correct code to insert a horizontal line in a webpage?
a)
<br />
b)
<h1>
c)
<hr />
d)
<li>
4.
Which item refers to the start tag, the end tag and everything in between?
a)
html tag
b)
html attribute
c)
html element
d)
css
5.
Which tag defines the visible content of a web document?
a)
<body>
b)
<head>
c)
<meta>
d)
<title>
6.
Which line of code correctly places a gif image named "tiger" into a webpage?
a)
<img src="tiger" alt="BengalTiger" />
b)
<img gif=tiger alt="BengalTiger">
c)
<img src="tiger.gif" alt="BengalTiger" />
d)
<image source="tiger.gif" alt=BengalTiger" />
7.
What is the difference between an HTML Tag and an HTML element?
a)
An HTML Tag is case sensitive and an HTML element is not case sensitive.
b)
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
c)
An HTML Tag is always paired and an HTML element is an "empty" tag.
d)
An HTML Tag defines content and an HTML Element gives additional meaning and content.
8.
A designer would use which tag to create a web page with sections of specific styles?
a)
header
b)
footer
c)
nav
d)
div
9.
What tag defines the beginning of a webpage?
a)
<h1>
b)
<p>
c)
<html>
d)
<body>
10.
Which item interprets the source code in a web document?
a)
web browser
b)
text editor
c)
html editor
d)
web server
11.
When using a text editor, what file extension(s) must be used when saving as a web document?
a)
txt
b)
html or htm
c)
doc
d)
css
12.
Jerry wants to insert a line break into his webpage. Which code should he use?
a)
<h1>
b)
<li>
c)
<br />
d)
<ul>
13.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img src="frog.jpg" width="104" height="142" />
c)
<img="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
14.
Which hyperlink shows an absolute link?
a)
href="www.nytimes.com">NYTimes</a>
b)
<a href="page1.html">Page One<a>
c)
<a href="http://www.target.com">Target</a>
d)
<a href="offers.jpg">Offers<a>
15.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<title></title>
d)
<body></body>
16.
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in a web document?
a)
<h1>Product</h1>
b)
<h3>Product</h3>
c)
<h5>Product</h5>
d)
<h6>Product</h6>