WorksheetsHTML Requests
Total questions: 8
Worksheet time: 4mins
What is the main role of HTML documents in webpages?
Structuring webpages
Creating web interactivity
Managing web servers
Styling webpages
Which device makes requests in the client-server model?
Servers
Web browsers
DNS servers
End devices
What is the first step in the process of a HTML document request?
Client device queries DNS server
Web server receives HTTP(S) packet
DNS server returns the IP address of the requested website
Browser receives HTML document
What does the browser use to display the structure of a page?
HTTP(S) packet
JavaScript files
CSS files
HTML code
What does the browser use to translate web page interactivity?
CSS files
JavaScript files
HTML code
HTTP(S) packet
What is the role of CSS in webpages?
Creating web interactivity
Structuring webpages
Styling webpages
Managing web servers
What does the DNS server do in the process of a HTML document request?
Returns the IP address of the requested website
Receives HTTP(S) packet
Queries client device
Receives HTML document
What does the HTTP(S) packet do in the process of a HTML document request?
Queries DNS server
Transfers HTML document to the browser
Structures the webpage
Styles the webpage
