wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to HTML/CSS Quiz 3: Basic CSS

Total questions: 7

Worksheet time: 21mins

Name
Class
Date
1.

What does CSS stand for?

a)

Cool Styling for Sites

b)

Content Style Sheet

c)

Cascading Style Sheet

d)

Connected Style Sheet

2.

What can't we do with CSS?

a)

Style webpages

b)

Place content on webpages

c)

Change font styles and sizes

d)

Change colors

3.

To include CSS in our HTML code we use the

a)

<css> tag

b)

<styling> tag

c)

<content> tag

d)

<style> tag

4.

How are colors picked in CSS

a)

The color name or using RGB

b)

Just the color name

c)

Just using RGB

d)

There are no colors in CSS

5.

To select by HTML tag the correct syntax is:

a)

@h1 {

b)

h1 {

c)

#h1 {

d)

.h1 {

6.

To select by id the correct syntax is:

a)

@my_heading {

b)

my_heading {

c)

#my_heading {

d)

.my_heading {

7.

To select by class the correct syntax is:

a)

@heading {

b)

headings {

c)

#headings {

d)

.headings {