Web Design

Web Design

9th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

pretest css

pretest css

10th Grade

10 Qs

Web Design #3

Web Design #3

9th - 12th Grade

15 Qs

Web Design: Tables & Styling

Web Design: Tables & Styling

9th - 12th Grade

11 Qs

HTML CSS Informatyka

HTML CSS Informatyka

9th - 12th Grade

14 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

مراجعة عامة لامتحان المنتصف لمقرر تقن 105

مراجعة عامة لامتحان المنتصف لمقرر تقن 105

10th Grade

15 Qs

HTML CSS 1

HTML CSS 1

9th - 12th Grade

10 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?