2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

CSS is the Best

CSS is the Best

6th - 12th Grade

10 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

Web Design Unit 3 CSS

Web Design Unit 3 CSS

9th - 12th Grade

20 Qs

CSS Basics Quiz

CSS Basics Quiz

9th Grade - University

16 Qs

Final Exam Review 2018

Final Exam Review 2018

10th - 12th Grade

20 Qs

CSS

CSS

12th Grade

15 Qs

HTML and CSS Quiz

HTML and CSS Quiz

10th Grade - University

20 Qs

CSS_

CSS_

10th Grade

10 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Diana Starn

Used 49+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct HTML for referring to an external style sheet?

<style src=”styles.css">

<link href="styles.css">

<stylesheet>styles.css</stylesheet>

<link rel="stylesheet" href="styles.css">

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?
At the top of the document
At the end of the document
In the <head> section
In the <body> section

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct CSS syntax?
body: color=black;
body { color: black; }
{ body: color=black; }
{body; color:black; }

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which property is used to change the background color?

back-color

color

background-color 

Bgcolor

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS property is used to change the text color of an element?
font
font-color
text-color
color

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS property controls the text size?
font-size
 font-style
text-style 
text-size

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you select elements with class name "test"?
test
*test
#test
.test 

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?