HTML and CSS3

HTML and CSS3

8th Grade

15 Qs

quiz-placeholder

Similar activities

Computer Science Exam

Computer Science Exam

7th - 8th Grade

20 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

uCertity SDA Lesson 2 Quiz

uCertity SDA Lesson 2 Quiz

8th - 12th Grade

20 Qs

Projektowanie stron internetowych

Projektowanie stron internetowych

7th - 8th Grade

12 Qs

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

6th - 8th Grade

15 Qs

CLASS 8 HTML-CSS

CLASS 8 HTML-CSS

8th Grade

10 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML and CSS3

HTML and CSS3

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Tiana Agarwal

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is correct CSS syntax?

{ body; color=black;}

body: color= black

body {color: black;}

(body color is black)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

CSS Stands for __________________

Create Set Sheets

Cascading Style Sheets

Cascading Set Sheets

Create Style Sheets

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does HTML stands for

Hypertext Markup Language

Hyper Markup Language

Hyper Text Language

Hypertext Makeup Language

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If you want to have more than one property for a CSS selector, what character separates them?

comma (,)

colon (:)

semi-colon (;)

dash (-)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the code below that uses CSS to configure a background color of #000000 for a web page.

document { background­-page: #000000; }

body { background-color: #000000; }

body { bgcolor: #000000; }

None of these

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The code for the comment tag in CSS is

*comment /*

<!-- comment >

<!-- comment -->

/* comment */

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What unit of measurement does CSS use for size?

px

All of them

%

em

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?