Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Визуално оформление на уеб сайт с използване на CSS

Визуално оформление на уеб сайт с използване на CSS

11th Grade

10 Qs

2DS_24_CSS_01

2DS_24_CSS_01

11th Grade

10 Qs

4.01 Quiz B

4.01 Quiz B

9th - 12th Grade

20 Qs

HojasEstilos

HojasEstilos

11th Grade

15 Qs

Compuscholar Chapter 6 Exam Review

Compuscholar Chapter 6 Exam Review

9th - 12th Grade

20 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

css

css

9th - 12th Grade

10 Qs

Introduction to CSS

Introduction to CSS

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

ARTURO PARIÑAS

Used 80+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which rule will change the font of the text?

font-size

text-align

font-family

text-decoration

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which rule is used to change the size of text?

font-size:12px;

font-height:12px;

text-size:12px;

size:12px;

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which type of CSS is placed directly within the HTML tags?

Internal

Inline

External

Included

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is wrong with the CSS applied below?

It should say style:colour=red

It should say style="color:red;"

It should say "style=color:red;"

It should say style="font-color:red;"

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What term describes one specific feature such as size or color?

Property

Declaration Block

selector

Value

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What symbol indicates that numeric values will be hexadecimal instead of decimal?

*

@

#

!

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following lines of code will correctly set the color of text inside a <h2> element to blue, when found in an external CSS file?

h2 {color: blue;}

h2 {text-color:blue;}

style="h2:color,blue;"

h2 text-color:blue

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?