wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

WD3-HTML and Creative Commons Concepts

Total questions: 8

Worksheet time: 8mins

Name
Class
Date
1.

Which tag is used to create the largest heading on a webpage?

a)

<p>

b)

<h1>

c)

<h6>

d)

<head>

2.

What is the main difference between <ol> and <ul>?

a)

<ol> creates a bulleted list, <ul> creates a numbered list

b)

<ol> creates a numbered list, <ul> creates a bulleted list

c)

Both create bulleted lists

d)

Both create numbered lists

3.

What does the abbreviation “CC” stand for in Creative Commons licensing?

a)

Copy Control

b)

Copyright Check

c)

Creative Commons

d)

Content Copy

4.

Which HTML tag is used to display an image?

a)

<img>

b)

<src>

c)

<picture>

d)

<image>

5.

Which attribute is required for every <img> tag?

a)

href

b)

title

c)

src

d)

link

6.

Which CSS property is used to change the text color?

a)

font-color

b)

text-style

c)

color

d)

background-color

7.

What is the correct way to make text italic in CSS?

a)

font-style: italic;

b)

text-weight: italic;

c)

font-weight: bold;

d)

bold: true;

8.

Which CSS property changes the background color of an element?

a)

color

b)

font-background

c)

text-color

d)

background-color