wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Requests

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is the main role of HTML documents in webpages?

a)

Structuring webpages

b)

Creating web interactivity

c)

Managing web servers

d)

Styling webpages

2.

Which device makes requests in the client-server model?

a)

Servers

b)

Web browsers

c)

DNS servers

d)

End devices

3.

What is the first step in the process of a HTML document request?

a)

Client device queries DNS server

b)

Web server receives HTTP(S) packet

c)

DNS server returns the IP address of the requested website

d)

Browser receives HTML document

4.

What does the browser use to display the structure of a page?

a)

HTTP(S) packet

b)

JavaScript files

c)

CSS files

d)

HTML code

5.

What does the browser use to translate web page interactivity?

a)

CSS files

b)

JavaScript files

c)

HTML code

d)

HTTP(S) packet

6.

What is the role of CSS in webpages?

a)

Creating web interactivity

b)

Structuring webpages

c)

Styling webpages

d)

Managing web servers

7.

What does the DNS server do in the process of a HTML document request?

a)

Returns the IP address of the requested website

b)

Receives HTTP(S) packet

c)

Queries client device

d)

Receives HTML document

8.

What does the HTTP(S) packet do in the process of a HTML document request?

a)

Queries DNS server

b)

Transfers HTML document to the browser

c)

Structures the webpage

d)

Styles the webpage