HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

About HTML and CSS Review

About HTML and CSS Review

7th Grade

20 Qs

HTML & CSS Recovery & LOC Quiz

HTML & CSS Recovery & LOC Quiz

12th Grade

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

4.01 Quiz B

4.01 Quiz B

9th - 12th Grade

20 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

Web Development

Web Development

University

15 Qs

HTML/CSS Coding Test Pt2

HTML/CSS Coding Test Pt2

7th - 9th Grade

13 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

HTML and CSS Review

HTML and CSS Review

Assessment

Quiz

Computers

3rd Grade - Professional Development

Medium

Created by

Ty Hillegonds

Used 116+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax to connect an external style sheet to a Web page

<style rel="stylesheet" type="text/css" href="file.css" />

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

<attach rel="stylesheet" type="text/css" href="file.css" />

<a rel="stylesheet" type="text/css" href="file.css" />

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Select the code below that uses CSS to configure a background color of #000000 for a web page.
body { background-color: #000000; }
body { bgcolor: #000000; }
document { background­-page: #000000; }
None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What property changes the border for an image/table?
border:
border-size:
border-color:

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the correct way to format a Font Family for a paragraph? (Hint: make sure you have more than one backup font!)
p { font-face: Arial, Verdana, San-Serif; }
p { font-family: Arial, Verdana, San-Serif; }
p { family-font: Arial, Verdana, San-Serif; }
p { font: Arial, Verdana, San-Serif; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which rule set would change the font size to 24?

font-size: 24

size: 24;

font-size: 24;

font size: 24;

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will this rule set create?


h1 {

text-decoration: underline overline dotted red;

}

red waves under the heading

red dots over and under the heading

red waves over and under the heading

red dots over the heading

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?