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

4.TR - 19.10.

4.TR - 19.10.

12th Grade

10 Qs

pretest css

pretest css

10th Grade

10 Qs

HTML & CSS Skill#6

HTML & CSS Skill#6

12th Grade

10 Qs

HTML & CSS CH02: Text

HTML & CSS CH02: Text

8th Grade

10 Qs

ICT TERM 2 REV 1

ICT TERM 2 REV 1

6th Grade

10 Qs

CSS проверка дз

CSS проверка дз

10th Grade - University

7 Qs

L :06 - Creating Webpage Using HTML

L :06 - Creating Webpage Using HTML

8th Grade

10 Qs

HTML CSS 1

HTML CSS 1

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