Web Design

Web Design

9th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Web Design and Development N5

Web Design and Development N5

10th Grade

17 Qs

Computer coding class review

Computer coding class review

8th - 10th Grade

15 Qs

Flask

Flask

6th - 12th Grade

15 Qs

UNIT 3 WEB DEVELOPMENT POST-ASSESSMENT

UNIT 3 WEB DEVELOPMENT POST-ASSESSMENT

9th - 12th Grade

15 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

Basic CSS3

Basic CSS3

9th - 12th Grade

12 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

HTML and CSS

HTML and CSS

4th - 9th Grade

13 Qs

Web Design

Web Design

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Stephanie Wheeler

Used 47+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS rule?

<p> {

color:pink;

}

p {

color:pink;

}

p {

"color:pink";

}

p {

color="pink";

}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Complicated Style Sheets

Conflicting Style Sheets

Competent Styling Solutions

Cascading Style Sheets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid class name?

2large

small text

small_text

2 large

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want two separate classes, alert and large, to apply to the <p> tag, which of the following is correct?

<p class="alert large">

<p class="alert" "large">

<p class="alert & large">

<p class="alert" class="large">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All the colors you see on the computer screen are a mixture of the same three colors. What are these colors?

cyan magenta and yellow

red green and blue

black white and red

purple teal and white

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following CSS rule, what is the selector?

h1 {

font-family: Arial;

}

CSS

font-family

h1

Arial

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS rules should be between the <style></style> tags. Where should the <style></style> tags be placed?

between the <head></head> tags

between the <body></body> tags

between the <css></css> tags

anywhere on the html page

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?