css

css

University

12 Qs

quiz-placeholder

Similar activities

IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

University

14 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

CSS QUIZ 1

CSS QUIZ 1

University - Professional Development

15 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

JQuery test rus

JQuery test rus

University

10 Qs

Etiquetas de HTML y CSS

Etiquetas de HTML y CSS

University

15 Qs

css

css

Assessment

Quiz

Computers

University

Medium

Created by

Shilpa Jackson

Used 111+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change the border size of the body or image

border-style

border-width

border-color

width

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a dotted border around the page

border-style

border-width

border-color

width

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

sets the color of words in a paragraph

h1 {

color: pink;

}

img {

color: pink;

}

body {

color: pink;

}

p {

color: pink;

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a class do?

adds color to words

adds style to specific elements

adds style to a whole page

adds a lot more work

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the rule set to make all the text in your web page blue and centered.

p {

color: blue;

}

body {

text-align: left;

color: blue;

}

p {

text-align: center;

color: blue;

}

body {

text-align: center;

color: blue;

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which rule set would change the font size to 24?

font-size: 24

size: 24;

font-size: 24;

font size: 24;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to change the background color with css?

background-color: purple;

background-color = "purple";

backgroundcolor=orange

change-background-color: purple

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?