wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

WEB DEV 1

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Why are we learning web development?

a)
  • To play games

b)
  • To use Facebook

c)
  • To fix computers

d)
  • To build websites

2.

Who is a web developer?

a)
  • Someone who repairs phones

b)
  • Someone who designs logos only

c)
  • Someone who builds websites

d)
  • Someone who uses the internet

3.

What is a website?

a)
  • The internet itself

b)
  • Interfaces displayed in a browser

c)
  • A mobile phone

d)
  • A computer program

4.

What is a browser?

a)
  • A software/tool we use to surf the internet

b)
  • A programming language

c)
  • A computer part

d)
  • A website

5.

Which of these is a browser?

a)
  • Windows

b)
  • Java

c)
  • HTML

d)
  • Google Chrome

6.

Which tools are used to build a website?

a)
  • Paint, Photoshop, Canva

b)
  • HTML, CSS, JavaScript

c)
  • Chrome, Firefox, Edge

d)
  • Word, Excel, PowerPoint

7.

What is the role of HTML?

a)
  • Animations

b)
  • Structure of the website

c)
  • Hosting

d)
  • Style and colors

8.

What is the role of CSS?

a)
  • Logic

b)
  • Database

c)
  • Structure

d)
  • Style and design

9.

What is the role of JavaScript?

a)
  • Interactions and dynamics

b)

Structure

c)
  • Text and content

d)

Style and design

10.

Which tool can we use to write HTML code?

a)
  • VS Code

b)
  • Sublime Text

c)

Notepad

d)
  • All of the above

11.

What type of file do we create for HTML?

a)
  • .html

b)
  • .css

c)
  • .js

d)
  • .txt

12.

What does an HTML file usually contain?

a)
  • <!DOCTYPE html>, head, body

b)
  • Only text

c)
  • Only images

d)
  • Only CSS

13.

Where do we put the visible content of the page?

a)
  • Inside <title>

b)
  • Inside <body>

c)
  • Inside <!DOCTYPE>

d)
  • Inside <head>

14.

What is the role of the <title> tag?

a)
  • Adds images

b)
  • Shows text on the page

c)
  • Shows the page title in the browser tab

d)
  • Adds style

15.

When we have a design, what do we do first in HTML?

a)
  • Upload it online

b)
  • Add colors

c)
  • Structure it like a puzzle

d)
  • Add animations

16.

Why do we use containers (divs)?

a)
  • To run the website

b)
  • To organize elements on the page

c)
  • To write JavaScript

d)
  • To add colors

17.

Which tag is used for a main title?

a)
  • <span>

b)
  • <div>

c)
  • <h1>

d)
  • <p>

18.

Which tag is used for a paragraph?

a)
  • <img>

b)
  • <h1>

c)
  • <button>

d)
  • <p>

19.

Which tag is used to display an image?

a)
  • <img>

b)
  • <src>

c)
  • <pic>

d)
  • <image>

20.

Which tag is used to create a button?

a)
  • <div>

b)
  • <p>

c)
  • <span>

d)
  • <button>