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

HTML. CSS

HTML. CSS

10th Grade

10 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

HTML & CSS Skill#6

HTML & CSS Skill#6

12th Grade

10 Qs

CSS padding + fonts + icons

CSS padding + fonts + icons

3rd - 8th Grade

5 Qs

L :06 - Creating Webpage Using HTML

L :06 - Creating Webpage Using HTML

8th Grade

10 Qs

CSS Quiz

CSS Quiz

6th - 8th Grade

11 Qs

HTML/CSS Week 3 Quizziz

HTML/CSS Week 3 Quizziz

6th - 8th Grade

10 Qs

4.TR - 19.10.

4.TR - 19.10.

12th 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