wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Year 8 AP 2025 - Dec

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

Which file type do we use to save a web page so the browser can read it?

a)

Monitor

b)

Keyboard

c)

Mouse

d)

.html

2.

Which symbol is used at the very start of every HTML tag?

a)

<

b)

JPG

c)

MP3

d)

PDF

3.

In HTML code, which specific character is used to show a ‘closing’ tag?

a)

/

b)

Mouse

c)

Screen

d)

Cable

4.

Which tag acts as the big container for the entire web page?

a)

<html>

b)

Save

c)

Print

d)

Delete

5.

Which section of the page holds 'invisible' info like the browser tab title?

a)

<head>

b)

USB Stick

c)

Hard Drive

d)

Power Cable

6.

Which section contains all the visible text and images you see on the screen?

a)

Microphone

b)

Speaker

c)

Webcam

d)

<body>

7.

Which tag puts text up in the browser tab (not on the page itself)?

a)

<title>

b)

JPEG

c)

PNG

d)

GIF

8.

What does HTML stand for?

a)

HyperText Markup Language

b)

Wireless Internet Connection

c)

Central Processing Unit

d)

Universal Serial Bus

9.

When you open a tag like , what must you do at the end of the section?

a)

Close it

b)

Click

c)

Scroll

d)

Type

10.

Which software do we use to view the finished web page (like Chrome or Edge)?

a)

Browser

b)

HDMI Cable

c)

Power Lead

d)

Network Wire

11.

Which tag creates the largest, most important heading on the page?

a)

<h1>

b)

Save

c)

Copy

d)

Paste

12.

Which tag creates a smaller sub-heading?

a)

Speaker

b)

Printer

c)

Scanner

d)

<h2>

13.

Which tag is used for a normal block of text or a sentence?

a)

<p>

b)

JPG

c)

MP3

d)

MOV

14.

If you want to make a word look darker and thicker, which tag do you use?

a)

<b>

b)

Mouse

c)

Keyboard

d)

Screen

15.

If you want to emphasise a word (make it italic/slanted), which tag do you use?

a)

<em>

b)

USB

c)

HDMI

d)

VGA

16.

Which pair of tags is correct for a main heading?

a)

<h1> and </h1>

b)

JPEG and PNG

c)

MP4 and AVI

d)

DOC and PDF

17.

What happens if you forget the / in a closing tag?

a)

The computer explodes

b)

The mouse stops working

c)

The webpage might look broken

d)

The printer starts printing

18.

To start a new paragraph on a new line, you use the opening tag

. What do you use to end it?

a)

</p>

b)

Monitor

c)

Laptop

d)

Tablet

19.

Which tag would you use for the text 'My Hobby' at the top of a section?

a)

<h2>

b)

Click

c)

Drag

d)

Drop

20.

Which of these is a code tag?

a)

<p>

b)

Spacebar

c)

Enter Key

d)

Shift Key

21.

Which tag is used to put a picture on your webpage?

a)

<img>

b)

Save

c)

Exit

d)

Undo

22.

Inside the image tag, which short word tells the browser which file to grab?

a)

src

b)

Mouse

c)

Screen

d)

Wire

23.

Which common file type is used for photographs?

a)

.jpg

b)

Printer

c)

Scanner

d)

Speaker

24.

If an image creates a 'broken' icon, which part of the code provides a text description instead?

a)

alt

b)

USB

c)

DVD

d)

CD

25.

In HTML code, which setting controls how big or small the image is?

a)

width

b)

Typing

c)

Clicking

d)

Scrolling

26.

If you want an image to be half the size of the screen, you might set the width to:

a)

50%

b)

JPEG

c)

PNG

d)

GIF

27.

Where should you save your image file so your HTML file can find it?

a)

In the same folder

b)

On the printer

c)

On the keyboard

d)

On the mouse

28.

Which character do you put around the file name (like 'dog.jpg')?

a)

Speech marks " "

b)

Microphone

c)

Webcam

d)

Headphones

29.

The text inside the alt tag is very helpful for:

a)

Screen Readers (Accessibility)

b)

Charging cables

c)

Battery packs

d)

USB sticks

30.

Which tag does not need a closing tag (it stands alone)?

a)

<img>

b)

Monitor

c)

Keyboard

d)

Mouse

31.

What language do we use to change colours and fonts?

a)

CSS

b)

USB

c)

HDMI

d)

LED

32.

In CSS code, which word (property) do we use to change the colour of text?

a)

color

b)

Mouse

c)

Screen

d)

Button

33.

Which American spelling must we use in code for colours?

a)

color

b)

Monitor

c)

Printer

d)

Scanner

34.

To change the size of the text, which property do we use?

a)

font-size

b)

Save

c)

Open

d)

Close

35.

Which symbol is used to wrap around a CSS rule (the container for the rule)?

a)

{ }

b)

MP3

c)

WAV

d)

MOV

36.

Which symbol goes at the very end of a CSS styling line?

a)

; (semicolon)

b)

JPG

c)

GIF

d)

PNG

37.

If you want to style all paragraphs at once, where do you put the code?

a)

In the style tags

b)

On the printer

c)

On the keyboard

d)

On the mouse

38.

Which tag allows you to write CSS rules inside the HTML file?

a)

<style>

b)

JPEG

c)

PDF

d)

DOC

39.

In the rule h1 { color: red; }, what is h1 called?

a)

Selector

b)

USB Cable

c)

Power Lead

d)

Network Wire

40.

In the rule h1 { color: red; }, what is red called?

a)

Value

b)

Laptop

c)

Server

d)

Tablet

41.

An 'External Stylesheet' is a separate file. What file extension does it use?

a)

.css

b)

Monitor

c)

Speaker

d)

Mouse

42.

Which tag connects your HTML file to your CSS file?

a)

<link>

b)

Print

c)

Copy

d)

Paste

43.

Why do professional developers use external stylesheets?

a)

To style many pages at once

b)

To break the keyboard

c)

To unplug the mouse

d)

To turn off the screen

44.

What attribute in the link tag tells the computer the name of the file?

a)

href

b)

Microphone

c)

Webcam

d)

Joystick

45.

If you want to give an image a black outline, which property do you use?

a)

border

b)

Save

c)

Exit

d)

Load

46.

Which job involves building the visible parts of a website?

a)

Front-End Developer

b)

HDMI Cable

c)

Power Pack

d)

Extension Lead

47.

Which job involves writing and checking the articles on a website?

a)

Web Content Editor

b)

Graphics Card

c)

Sound Card

d)

Motherboard

48.

In the CSS rule img { width: 200px; }, what gets changed?

a)

The pictures

b)

The mouse

c)

The keyboard

d)

The printer

49.

When using Notepad, if you forget to choose 'All Files', what file type does it accidentally save as?

a)

A text file (.txt)

b)

A computer monitor

c)

A television screen

d)

A digital camera

50.

What does the rel="stylesheet" part of the code tell the browser?

a)

It is a styling file

b)

It is a mouse

c)

It is a keyboard

d)

It is a printer