Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

8 CSS

8 CSS

8th Grade

15 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

Intro to Web Development

Intro to Web Development

6th - 8th Grade

20 Qs

Final Quiz

Final Quiz

6th - 8th Grade

15 Qs

HTML & CSS QUIZ

HTML & CSS QUIZ

6th Grade

20 Qs

CSS Review

CSS Review

KG - 12th Grade

21 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

Web Development - CSS (Styling)

Web Development - CSS (Styling)

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Francisco Flores

Used 117+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A computer language used to describe how HTML elements should be styled.

CSS Selector

CSS

HTML

CSS Class

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Part of a CSS rule-set that defines which HTML elements the style should be applied to

CSS Selector

CSS

HTML

CSS Class

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If you wanted to change the font style for a selector in CSS, which code would you use in your CSS rule-set?

text-decoration: value;

text-align: value;

font-family: value;

color: value;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If you wanted to specify the horizontal alignment of text in a CSS element, which code would you use in your CSS rule-set?

text-decoration: value;

text-align: value;

font-family: value;

color: value;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If you wanted to specify the color of a text element, which code would you use in your CSS rule-set?

background-color: value;

border-color: value;

font-color: value;

color: value;

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What code in the stylesheet could have made the text green? (Click on the image to make it larger)

1 and 3

2 and 4

2 and 3

3 and 4

1, 2, 3, and 4

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Media Image

The web developer wants to make the "My Page" text larger. Which TWO of the following would work? (Click on image to make it larger)

Use <h6> instead of <h3>

Use <h1> instead of <h3>

Put the "My Page" text inside the tags.

Use CSS to set the font-size property of the h3 tag

Put the code `style="larger"` inside the h3 tag.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?