HTML and CSS3

HTML and CSS3

8th Grade

15 Qs

quiz-placeholder

Similar activities

Intro to HTML

Intro to HTML

7th - 8th Grade

15 Qs

CLASS 8 HTML-CSS

CLASS 8 HTML-CSS

8th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

HTML Basics

HTML Basics

7th - 8th Grade

20 Qs

Unit 2 CSD Vocabulary

Unit 2 CSD Vocabulary

7th - 8th Grade

19 Qs

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

HTML and CSS Basic Concepts

HTML and CSS Basic Concepts

6th - 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?