14_  CSS

14_ CSS

7th Grade

7 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

7th Grade

10 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

7th Grade - University

10 Qs

Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

6th - 12th Grade

7 Qs

SDA Review Questions 41- 50

SDA Review Questions 41- 50

7th Grade

10 Qs

web design

web design

6th - 9th Grade

12 Qs

HTML Quiz

HTML Quiz

KG - Professional Development

6 Qs

SDA Review Questions 51 - 60

SDA Review Questions 51 - 60

7th Grade

10 Qs

14_  CSS

14_ CSS

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Emma Partridge

Used 47+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Colorful Style Sheets

Creative Style Sheets

Cascading Style Sheets

Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct HTML for referring to an external style sheet?

<link rel="stylesheet" type="text/css" href="mystyle.css">

<stylesheet>mystyle.css</stylesheet>

<style src="mystyle.css">

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

In the <head> section

In the <body> section

At the end of the document

In the <css> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the background color?

bgcolor

background-color

bcolor

backcolor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Defines a division or a section in an HTML document. Used to group block-elements to format them with CSS
<div>
<span>
<caption>
<group>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which allows you to change the font?
font-type
font
font-family
text-font

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is correct CSS syntax? 
{ body; color=black;}
body: color= black
body {color:black;}
(body color is black)