Search Header Logo
Chapter 8 Discussion

Chapter 8 Discussion

Assessment

Presentation

Computers

9th - 12th Grade

Easy

Created by

Kandi Young

Used 36+ times

FREE Resource

9 Slides • 19 Questions

1

Chapter 8 Discussion

Lesson 1

media

2

What do you recall?

3

Open Ended

Why would you need to put quotes around a font name?

4

Multiple Select

What is the difference between serif and sans-serif fonts?

1

Serif fonts are fancy with extra decorative "feet". Sans serif are plain without the extras

2

Sans Serif fonts are fancy with extra decorative "feet". Serif are plain without the extras

3

Serif fonts are best used for larger headlines

4

Sans Serif fonts are best used for paragraph font

5

Draw

Write the syntax to set the bottom padding for paragraphs to 5px

6

Open Ended

What is the purpose of margins and padding

7

Multiple Select

What are three ways you can style your selectors?

1

By class...add a . before the selector

.main{

2

By ID...add a # before the selector

#edges{

3

By group..add commas between each element

h1, h2, h3 {

8

Chapter 8 Lesson 1

Participation and correctness are graded

9

Open Ended

Why would you want to change the default style for a hyperlink on your web page? 

10

Multiple Select

What are the different "states" for a link on your page?

1

link

2

hover

3

visited

4

active

5

inactive

11

Multiple Choice

How can you apply different styles for each link state?

1

use css like "a:visited"

2

html

3

charset

12

Lesson 2

13

What do you recall?

14

Multiple Select

What is the difference between serif and sans-serif fonts?

1

Serif fonts are fancy with extra decorative "feet". Sans serif are plain without the extras

2

Sans Serif fonts are fancy with extra decorative "feet". Serif are plain without the extras

3

Serif fonts are best used for larger headlines

4

Sans Serif fonts are best used for paragraph font

15

Multiple Select

What are the different "states" for a link on your page?

1

link

2

hover

3

visited

4

active

5

inactive

16

Lesson 2

17

Open Ended

What is a background image? How are they used on a web page?

18

Multiple Select

What elements can handle a background image?

1

A background image can be set for any HTML element with the background-color property

2

A background image can be set for any HTML element with the color-image property

3

A background image can be set for any HTML element with the background-image property

19

Multiple Choice

How would you set a background image for an element using the "url" value?

1

background-picture: url(path);

2

background-id: url(path);

3

background-image: url(path);

20

Open Ended

What is the background-repeat property? What does the "repeat-x" value do? What does the "repeat-y" value do?

21

Open Ended

How is the background-position property used? What type of values can you give this property?

22

Lesson 3

23

What do you recall?

24

Open Ended

What is the background-repeat property? What does the "repeat-x" value do? What does the "repeat-y" value do?

25

Multiple Select

What elements can handle a background image?

1

A background image can be set for any HTML element with the background-color property

2

A background image can be set for any HTML element with the color-image property

3

A background image can be set for any HTML element with the background-image property

26

Lesson 3

27

Open Ended

How would you create a border around all sides of an element that is solid, red and 5px thick?

28

Multiple Select

What shorthand property can you use to set multiple styles at the same time?

1

layers

2

margins

3

border

Chapter 8 Discussion

Lesson 1

media

Show answer

Auto Play

Slide 1 / 28

SLIDE