Introduction to CSS

Introduction to CSS

Assessment

Flashcard

Computers

11th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which rule will change the font of the text? Options: font-size, text-align, font-family, text-decoration

Back

font-family

2.

FLASHCARD QUESTION

Front

Which rule is used to change the size of text?

Back

font-size:12px;

3.

FLASHCARD QUESTION

Front

What is wrong with the CSS applied below?

Back

It should say style="color:red;"

4.

FLASHCARD QUESTION

Front

What symbol indicates that numeric values will be hexadecimal instead of decimal? * @ # !

Back

#

5.

FLASHCARD QUESTION

Front

Which line of code will correctly set the color of text inside a

element to blue, when found in an external CSS file? Options: h2 {color: blue;}, h2 {text-color:blue;}, style="h2:color,blue;", h2 text-color:blue

Back

h2 {color: blue;}

6.

FLASHCARD QUESTION

Front

Which of the following property is used to set the color of a text? Color, text-color, text-decoration, text-format

Back

Color

7.

FLASHCARD QUESTION

Front

What is the correct CSS syntax for making all the tag's font size 14px? Options: p{14px}, p{font-size:14px;}, p{text-size:14px;}, p{size:14px;}

Back

p{font-size:14px;}