wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IBP CAT 2 - DICT(MOD3)24M

Total questions: 24

Worksheet time: 4mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hypertext Markup Language

b)

Hyper Transfer Making Language

c)

Hypertext Making Language

d)

Hyper Transfer Markup Language

2.

Choose the correct HTML tag to make a text italic

a)

<it>

b)

<i>

c)

<italic>

d)

<em>

3.

Choose the correct HTML tag to make a text bold

a)

<strong>

b)

<em>

c)

<bold>

d)

<b>

4.

What is the correct HTML for inserting a background image?

a)

<body background="background.gif">

b)

<background img="background.gif">

c)

<body style="background-image:url(background.gif)">

d)

<body style= background:"background.gif">

6.

What is the correct HTML tag for inserting a line break?

a)

<break>

b)

<span>

c)

<div>

d)

<br>

7.

What does CSS stand for?

a)

Cascading Style Sheets

b)

Creative Style Sheets

c)

Colorful Style Sheets

d)

Computer Style Sheets

8.

What does CSS do?

a)

Styles web elements

b)

Creates interactivity with web elements

c)

Defines web element

d)

Makes webpages

9.

Why use external CSS rules?

a)

Control multiple HTML pages

b)

Organize your code

c)

Make web pages load faster

d)

All

10.

Is this an example of good website design?

a)

Yes

b)

No

11.

A  Website Designer is in which Career Cluster?

a)

STEM

b)

Informational Technology

c)

Arts and Audio Visual Technology and Communications

d)

Marketing

12.

Is this an example of good website design?

a)

YES

b)

NO

13.

Use the correct HTML tag to add a paragraph with the text "Hello World!".

a)

<p>Hello World!<p>

b)

<p>Hello World!</p>

c)

<p Hello World!</p>

d)

<p>Hello World! /p>

14.

Choose the correct tag for the largest heading:

a)

heading

b)

head

c)

h1

d)

h6

15.

Are HTML tables coded in rows or columns?

a)

ROWS

b)

COLUMNS

c)

BOTH

d)

NEITHER

16.

What is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<ol>

c)

<li>

d)

<list>

17.

Which CSS property is used to change the text color of an element?

a)

font-color

b)

text-color

c)

color

d)

text-style

18.

What is the correct way to comment in HTML?

a)

<!-- This is a comment -->

b)

// This is a comment //

c)

/* This is a comment */

d)

# This is a comment #

19.

What is the correct way to include an external JavaScript file in HTML?

a)

<script src="script.js"></script>

b)

<js src="script.js"></js>

c)

<link href="script.js"></link>

d)

<javascript src="script.js"></javascript>

20.

Which HTML tag is used to define an image?

a)

<img>

b)

<image>

c)

<picture>

d)

<imgsrc>

21.

What is the correct CSS property to change the font size of text?

a)

font-size

b)

text-size

c)

size

d)

font-style

22.

Which HTML tag is used to create a hyperlink?

a)

<a>

b)

<link>

c)

<href>

d)

<url>

23.

What is the correct CSS property to change the background color of an element?

a)

background-color

b)

color

c)

text-color

d)

background-style

24.

What is the correct way to include an external CSS file in HTML?

a)

<link rel="stylesheet" href="styles.css">

b)

<style src="styles.css"></style>

c)

<css href="styles.css"></css>

d)

<external-css src="styles.css"></external-css>