Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML / CSS

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

______ is used to create electronic documents (called pages) that are displayed on the World Wide Web. Every web page you see on the Internet is written using one version of _____ code or another.

a)

JPEG

b)

CSS

c)

PDF

d)

HTML

2.

A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages

a)

hyperlink

b)

HTML Tags

c)

browser

d)

<br>

3.

_______ is a language used to describe reusable styles for presenting documents written in a markup language.

a)

HTTP

b)

TCP

c)

HTML

d)

CSS

4.

The _______ _______is used to change the appearance and position of various elements on a web page.

a)

<style> tag

b)

<img> tag

c)

URL link

d)

<p> tag

5.

The ______ ______ is an inline element used to designate a holding space for linked images.

a)

<br> tag

b)

<h1> tag

c)

<img> tag

d)

<ol> tag

6.

____________ is a term used to describe how page elements are placed on the screen. For example, elements can be positioned left, right, or center.

a)

Attribute

b)

Style

c)

Alignment

d)

Properties

7.

____ ____ is an inline HTML element that defines a hyperlink.

a)

<b> tag

b)

<p> tag

c)

<a> tag

d)

<url> tag

8.

RGB

a)

Short for router graphics bitmap, RGB is a process for creating vector graphics.

b)

Short for red, gray, black, RGB is a method of monitoring color on a server website.

c)

Short for random gigabyte burnout, RGB is process used to maintain data on a computer screen.

d)

Short for red, green, blue, RGB is a method of creating colors from the colors of red, green, and blue.

9.

Within an HTML tag, an _________ dictates certain aspects of an element. It is made up of a name and value pair.

a)

attribute

b)

properties

c)

color

d)

class

10.

<h1> to <h6> tags

a)

are styling tags used to designate HTML table attributes.

b)

are line elements for creating different sizes of lines.

c)

are block elements used to designate headings of both different sizes and importance.

d)

are color elements used to style a CSS page.

11.

<p> tag

a)

is a block element used to designate a paragraph.

b)

is an inline element used to create a new page.

c)

is a block element used to post a picture on a web page.

d)

is an inline element used to style with the color purple.

12.

is an inline element used to create a single line break in a document.

a)

<b> tag

b)

<tr> tag

c)

<br> tag

d)

<ol> tag

13.

an _____ _____ stays in the same line as the code that surrounds the text.

a)

block element

b)

inline element

c)

HTML tags

d)

alt attribute

14.

a _____ _____ is any element that starts a new line (e.g., paragraph) and uses the full width of the page or container.

a)

inline element

b)

img href

c)

CSS ID

d)

block element

15.
Which of the following is the proper way to code an inline style attribute?
a)
color=blue
b)
color="blue"
c)
color blue
d)
color=(blue)
16.

Which is NOT a valid CSS property

a)

font-family

b)

color

c)

text-size

d)

text-align

17.

Which type of brackets are used with CSS?

a)

< >

b)

[ ]

c)

\ /

d)

{ }

18.

In CSS, which selector would you use to select a paragraph with a class of "bright"?

a)

.bright

b)

#bright

c)

bright.p

d)

p bright

19.

In CSS, which selector would you use to select an image with an id of "footer"?

a)

img

b)

footer.img

c)

#footer

d)

.footer

20.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread