NEW
Font size
WorksheetsYear 8 AP 2025 - Dec
Total questions: 50
Worksheet time: 25mins
Which file type do we use to save a web page so the browser can read it?
Monitor
Keyboard
Mouse
.html
Which symbol is used at the very start of every HTML tag?
<
JPG
MP3
In HTML code, which specific character is used to show a ‘closing’ tag?
/
Mouse
Screen
Cable
Which tag acts as the big container for the entire web page?
<html>
Save
Delete
Which section of the page holds 'invisible' info like the browser tab title?
<head>
USB Stick
Hard Drive
Power Cable
Which section contains all the visible text and images you see on the screen?
Microphone
Speaker
Webcam
<body>
Which tag puts text up in the browser tab (not on the page itself)?
<title>
JPEG
PNG
GIF
What does HTML stand for?
HyperText Markup Language
Wireless Internet Connection
Central Processing Unit
Universal Serial Bus
When you open a tag like
, what must you do at the end of the section?Close it
Click
Scroll
Type
Which software do we use to view the finished web page (like Chrome or Edge)?
Browser
HDMI Cable
Power Lead
Network Wire
Which tag creates the largest, most important heading on the page?
<h1>
Save
Copy
Paste
Which tag creates a smaller sub-heading?
Speaker
Printer
Scanner
<h2>
Which tag is used for a normal block of text or a sentence?
<p>
JPG
MP3
MOV
If you want to make a word look darker and thicker, which tag do you use?
<b>
Mouse
Keyboard
Screen
If you want to emphasise a word (make it italic/slanted), which tag do you use?
<em>
USB
HDMI
VGA
Which pair of tags is correct for a main heading?
<h1> and </h1>
JPEG and PNG
MP4 and AVI
DOC and PDF
What happens if you forget the / in a closing tag?
The computer explodes
The mouse stops working
The webpage might look broken
The printer starts printing
To start a new paragraph on a new line, you use the opening tag
. What do you use to end it?
</p>
Monitor
Laptop
Tablet
Which tag would you use for the text 'My Hobby' at the top of a section?
<h2>
Click
Drag
Drop
Which of these is a code tag?
<p>
Spacebar
Enter Key
Shift Key
Which tag is used to put a picture on your webpage?
<img>
Save
Exit
Undo
Inside the image tag, which short word tells the browser which file to grab?
src
Mouse
Screen
Wire
Which common file type is used for photographs?
.jpg
Printer
Scanner
Speaker
If an image creates a 'broken' icon, which part of the code provides a text description instead?
alt
USB
DVD
CD
In HTML code, which setting controls how big or small the image is?
width
Typing
Clicking
Scrolling
If you want an image to be half the size of the screen, you might set the width to:
50%
JPEG
PNG
GIF
Where should you save your image file so your HTML file can find it?
In the same folder
On the printer
On the keyboard
On the mouse
Which character do you put around the file name (like 'dog.jpg')?
Speech marks " "
Microphone
Webcam
Headphones
The text inside the alt tag is very helpful for:
Screen Readers (Accessibility)
Charging cables
Battery packs
USB sticks
Which tag does not need a closing tag (it stands alone)?
<img>
Monitor
Keyboard
Mouse
What language do we use to change colours and fonts?
CSS
USB
HDMI
LED
In CSS code, which word (property) do we use to change the colour of text?
color
Mouse
Screen
Button
Which American spelling must we use in code for colours?
color
Monitor
Printer
Scanner
To change the size of the text, which property do we use?
font-size
Save
Open
Close
Which symbol is used to wrap around a CSS rule (the container for the rule)?
{ }
MP3
WAV
MOV
Which symbol goes at the very end of a CSS styling line?
; (semicolon)
JPG
GIF
PNG
If you want to style all paragraphs at once, where do you put the code?
In the style tags
On the printer
On the keyboard
On the mouse
Which tag allows you to write CSS rules inside the HTML file?
<style>
JPEG
DOC
In the rule h1 { color: red; }, what is h1 called?
Selector
USB Cable
Power Lead
Network Wire
In the rule h1 { color: red; }, what is red called?
Value
Laptop
Server
Tablet
An 'External Stylesheet' is a separate file. What file extension does it use?
.css
Monitor
Speaker
Mouse
Which tag connects your HTML file to your CSS file?
<link>
Copy
Paste
Why do professional developers use external stylesheets?
To style many pages at once
To break the keyboard
To unplug the mouse
To turn off the screen
What attribute in the link tag tells the computer the name of the file?
href
Microphone
Webcam
Joystick
If you want to give an image a black outline, which property do you use?
border
Save
Exit
Load
Which job involves building the visible parts of a website?
Front-End Developer
HDMI Cable
Power Pack
Extension Lead
Which job involves writing and checking the articles on a website?
Web Content Editor
Graphics Card
Sound Card
Motherboard
In the CSS rule img { width: 200px; }, what gets changed?
The pictures
The mouse
The keyboard
The printer
When using Notepad, if you forget to choose 'All Files', what file type does it accidentally save as?
A text file (.txt)
A computer monitor
A television screen
A digital camera
What does the rel="stylesheet" part of the code tell the browser?
It is a styling file
It is a mouse
It is a keyboard
It is a printer
