Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 1: Quiz 1 Web Design

Total questions: 11

Worksheet time: 9mins

Name
Class
Date
1.
How do protocols help deliver content over the Internet
a)
They provide a global system of interconnected computers
b)
They are the software that is used on the Internet to display web pages.
c)
They allow communication between computer networks.
d)
They are an array of hardware and software working together to deliver content.
2.
What is the best term for the software that is used to access the World Wide Web?
a)
Internet
b)
Mozilla
c)
Chrome
d)
browser
3.
What is the purpose of the W3C?
a)
to provide the software for the Internet
b)
to provide standards for browsers and web developers to use
c)
to provide rules that browsers and web developers are required to use
d)
to provide the infrastructure of the Internet
4.
How is HTML like bones in the body?
a)
It uses the elements of a web page.
b)
It provides the structure of a web page.
c)
It creates the rules for a web page.
d)
It establishes connections to other web pages.
5.
Which option shows a correctly named HTML page?
a)
index.html
b)
index.htmlinternet
c)
index.internet
d)
index.css
6.
What does a browser do with an HTML page?
a)
makes suggestions to the developer on how to improve the HTML page.
b)
reads the content and makes updates to it based on standards
c)
establishs a connection between the computers to read the HTML pages and display it.
d)
reads the content and displays it based on standards
7.
What type of documents make up a web page?
a)
Internet documents
b)
browser documents
c)
hypertext documents
d)
standards documents
8.
What is a domain name?
a)
the phsyical address for connecting to a page
b)
the IP address used by browsers
c)
a human-readable form of an IP address
d)
a computer-readable form of an IP address
9.
True or False? One of the best practices for selecting a domain name is to keep it short and easy to spell.
a)
True
b)
False
10.
What is the very first line of code you should use in an HTML page?
a)
<html>
b)
<head>
c)
<!DOCYTYPE html>
d)
<body>
11.
Question Image

Match terms with the proper placement of the Sketelton structure for a web page.

a)

Declaration

1.

<!DOCTYPE html>

b)

Root Element

2.

<html>

c)

Opening Tag of body element

3.

<body>

d)

Closing tag of body element

4.

</body>

e)

End Root Element

5.

</html>