Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Chapter 6 Cascading Style Sheets

Chapter 6 Cascading Style Sheets

9th - 12th Grade

20 Qs

4.01 Quiz B

4.01 Quiz B

9th - 12th Grade

20 Qs

Вёрстка тест

Вёрстка тест

9th - 12th Grade

20 Qs

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 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?