Introduction to HTML/CSS Quiz 5: Advanced CSS

Introduction to HTML/CSS Quiz 5: Advanced CSS

6th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz CSS Basic

Quiz CSS Basic

7th Grade

10 Qs

Unit 5 - CSS Review

Unit 5 - CSS Review

9th - 12th Grade

11 Qs

Test Your Knowledge Part 2

Test Your Knowledge Part 2

1st - 12th Grade

10 Qs

Ms Word: Formatting Text & Image

Ms Word: Formatting Text & Image

1st - 12th Grade

10 Qs

Home Tab Basics

Home Tab Basics

5th - 6th Grade

10 Qs

Asesmen Informatika

Asesmen Informatika

10th Grade

10 Qs

4.TR - 19.10.

4.TR - 19.10.

12th Grade

10 Qs

U4L3 - Word Processing Formatting Quiz

U4L3 - Word Processing Formatting Quiz

8th Grade

10 Qs

Introduction to HTML/CSS Quiz 5: Advanced CSS

Introduction to HTML/CSS Quiz 5: Advanced CSS

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Jerry Xiao

Used 86+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is a font family?

The last name of the font

The style of the text

The size of the text

The decoration of the text

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which is the correct syntax for changing the text size?

text-size: 75px;

text-height: 75px;

font-size: 75px;

font-height: 75px;

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How would I make text italic?

text-style: italic;

font-style: italic;

font-decoration: italic;

text-decoration: italic;

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The text-align property is used to

put all of the text in a vertical line

position the text on the webpage

only center the text

move the text to the bottom of the page

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is inheritance with CSS styling?

Anything placed inside of a styled HTML element will also have that style

HTML elements inside of others have the same genes as the parent elements

HTML elements inside of others give their styling to the parents

Anything placed inside of a styled HTML element will never have that style

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Inheritance only applies when child HTML elements aren't specifically styled

True

False

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Sizing can only be done using pixels

True

False