HTML
CSS STYLING
WEB VOCABULARY
CODE FIXING
IMAGE & MEDIA
100

This tag is used for the largest heading on a webpage.

What is <h1> tag

100

This CSS property changes the color of text.

 What is color?

100

The main page of a website.

What is the home page?

100

What is missing from this HTML tag to display the image correctly? 

<img src ="image.jpg" alt=Description>

The " " are required

100

This image format supports transparency and is commonly used for logos.

What is PNG?

200

This tag is used to add an image to a webpage.

What is <img> tag

200

This CSS property changes the background of an element.

What is background-color?

200

The address of a website.

What is a URL?

200

What is wrong with the selector?

h1 { color red; }

It is missing the colon between the property name and value.

200

This image format is best for high-quality photos and complex color images.

What is JPEG (JPG)?

300

This tag creates a clickable link to another page.

What is the <a> tag

300

This property changes the font style/type

What is font-family?

300

A basic layout/blueprint of a website before it’s built.

What is a wireframe?

300

What is missing?

body {
  background-color: lightblue
}


The semicolon

300

This HTML tag is used to add a video to a webpage.

What is <video>?

400

This tag is used to create a numbered (ordered) list.

What is the <ol> tag

400

This property makes the corners of a box or button round.

What is border-radius?

400

A short phrase that represents a brand.

What is a slogan?

400

What is missing?

body {
 background: blue

It's missing a semicolon after the color value and a closing curly brace.

400

This attribute describes an image for screen readers and accessibility.

What is alt (alt text)?

500

This tag is used to create a table row.

What is the <tr> tag

500

This property adds space inside an element.

What is padding?

500

The way a website looks and feels to users.

What is user experience (UX)?

500

Find the error in the following HTML code:

<h1>Welcome to my website<h1>

What is the closing tag /

500

This property changes the width and height of an image in CSS.

What is width and height?

M
e
n
u