HTML and CSS3

HTML and CSS3

8th Grade

15 Qs

quiz-placeholder

Similar activities

GMetrix MTA 98-383 Practice Quiz #1

GMetrix MTA 98-383 Practice Quiz #1

8th Grade

20 Qs

HTML Lesson 5

HTML Lesson 5

7th - 10th Grade

14 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Website Design

Website Design

KG - University

10 Qs

S3 Web Development Test

S3 Web Development Test

8th Grade

20 Qs

V5 - herhaling V4

V5 - herhaling V4

7th - 12th Grade

20 Qs

Intro to Programming

Intro to Programming

7th - 11th Grade

15 Qs

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

Computer Science Discoveries Assessment 6/7/21 & 6/8/21

8th Grade

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