2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

UNIT 1.8 ELCE

UNIT 1.8 ELCE

10th Grade

14 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

Computer Science - X

Computer Science - X

8th - 10th Grade

20 Qs

UH1_INFO_XII

UH1_INFO_XII

11th Grade

20 Qs

CCEA Digital Technology Chapter 14 Multimedia Applications

CCEA Digital Technology Chapter 14 Multimedia Applications

11th Grade

20 Qs

Format File Gambar

Format File Gambar

12th Grade

20 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Diana Starn

Used 52+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?