Search Header Logo

HTML and CSS Review

Authored by Ty Hillegonds

Computers

3rd Grade - Professional Development

Used 119+ times

HTML and CSS Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?