wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Group C

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is the part shaded in red of a website called?

a)

footer

b)

header

c)

aside

d)

main section

2.

Choose the correct HTML element for the largest heading:

a)

<heading>

b)

<h1>

c)

<h6>

d)

<head>

3.

To change the background of your HTML document, which style selector in the CSS?

a)

<html>

b)

<body>

c)

<head>

d)

<p>

4.

What will the following tag make?: <p style="color:red; font-family: Arial">

a)

A paragraph that is red Garamond font

b)

A paragraph that is red Arial font

c)

A heading that is red Garamond font

d)

A heading that is blue Arial font

5.

CSS stands for...

a)

Cascading Smart Sheets

b)

Cascading Style Size

c)

Cascading Smart Stuff

d)

Cascading Style Sheets

6.

What does HTML stand for?

a)

Hyper Text Makeup Language

b)

Hyper Test Markup Language

c)

Hypertext Markup Lasers

d)

Hypertext Markup Language

7.

Which of the following does NOT properly describe a tag?

a)

It tells the computer what language you're speaking in

b)

Every tag needs an opening and a closing tag

c)

It has these symbols: < and >

d)

It gives the computer commands

8.

What are the two main parts of the HTML file?

a)

Open & Close

b)

Head & Body

c)

Head & Feet

d)

Opening & Closing