HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

quiz-placeholder

Similar activities

Module 23 - The Internet 2

Module 23 - The Internet 2

9th - 12th Grade

19 Qs

แบบทดสอบวิชาวิทยาการคำนวณ ชั้นประถมศึกษาปีที่ 6

แบบทดสอบวิชาวิทยาการคำนวณ ชั้นประถมศึกษาปีที่ 6

10th Grade

20 Qs

UTS INFORMATIKA

UTS INFORMATIKA

10th Grade

22 Qs

Kapasitas Kanal Komunikasi

Kapasitas Kanal Komunikasi

1st - 10th Grade

13 Qs

Q1 M 5 POST TEST

Q1 M 5 POST TEST

10th Grade

20 Qs

HALF YEARLY REVISION

HALF YEARLY REVISION

5th Grade

12 Qs

8th Excel charts1

8th Excel charts1

8th Grade

15 Qs

The Internet

The Internet

1st - 5th Grade

15 Qs

HTML and CSS Review

HTML and CSS Review

Assessment

Quiz

Computers

3rd Grade - Professional Development

Medium

Created by

Ty Hillegonds

Used 117+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?