HTML and CSS3

HTML and CSS3

8th Grade

15 Qs

quiz-placeholder

Similar activities

HTML Assignment

HTML Assignment

8th Grade

20 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

Intro to HTML

Intro to HTML

7th - 8th Grade

15 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

HTML DT

HTML DT

7th - 10th Grade

20 Qs

HTML codes

HTML codes

6th - 8th Grade

10 Qs

383-89 MAXE ATM PT2

383-89 MAXE ATM PT2

6th - 8th Grade

19 Qs

CSD Unit 2: Web Development Review

CSD Unit 2: Web Development Review

6th - 8th Grade

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