wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

LITE:INTRO HTML

Total questions: 17

Worksheet time: 14mins

Name
Class
Date
1.

What is the role of CSS in building a website?

a)

To define the structure and layout of webpage elements

b)

To add interactivity and dynamic features to web pages

c)

To control the visual design such as colors and fonts

d)

To manage communication between browser and server

e)

To store website content and deliver it to users

2.

What does JavaScript primarily add to a website?

a)

Structural layout for organizing content on web pages

b)

Styling features such as colors, fonts, and spacing

c)

Interactivity and dynamic behavior for user actions

d)

Data storage and management across web servers

e)

File organization for web development projects

3.

A developer wants to make a button change color when hovered over by a user. Which technology should be applied?

a)

HTML to define the button structure and placement on the webpage

b)

CSS to control the styling and visual behavior of the button

c)

JavaScript to manage server communication and data requests

d)

A web server to deliver button functionality to users online

e)

A browser to interpret and execute styling instructions

4.

A website displays a menu that opens when a user clicks a button. Which technology enables this functionality?

a)

HTML for structuring the webpage elements and content

b)

CSS for styling the menu and controlling visual design

c)

JavaScript for handling user interaction and dynamic behavior

d)

A web server for storing menu data and delivering it

e)

A browser for rendering and displaying the webpage layout

5.

A webpage is already loaded, and a user can still view it without Internet access. What explains this behavior?

a)

The web server continues sending data even without Internet connection

b)

The browser stored the webpage data locally for offline viewing

c)

The DNS server cached the webpage content for future use

d)

The ISP maintains access to websites without active connections

e)

JavaScript automatically downloads all website content permanently

6.

A user reports that a webpage loads but appears unformatted, with no colors or layout design applied. What is the most likely cause?

a)

The CSS file responsible for styling was not properly loaded by the browser

b)

The HTML file responsible for structure was missing from the server

c)

The JavaScript file responsible for interactivity was not executed

d)

The ISP failed to deliver styling information to the client device

e)

The DNS server incorrectly translated the domain name into an IP address

7.
  1. A ​ (a)   is a document that can be displayed in a web browser.

8.
  1. A ​ (a)   is a collection of related web pages linked together.

9.
  1. A website is usually hosted on a computer called a ​ (a)  

10.
  1. When you type a website address, your browser looks up its ​ (a)  

11.
  1. The server sends files such as ​ (a)   , ​ (b)   , and ​ (c)   back to the browser.

12.
  1. ​ (a)   is responsible for the structure of a website.

13.
  1. HTML stands for ​ (a)   .

14.
  1. CSS stands for ​ (a)   .

15.
  1. ​ (a)   adds behavior and interactivity to a website.

16.
  1. CSS is responsible for the ​ (a)   of a website.

17.
  1. JavaScript adds ​ (a)   and ​ (b)   to a website.