HTML Quick Review

HTML Quick Review

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

HTML e CSS

HTML e CSS

12th Grade

10 Qs

Web Design: Tables & Styling

Web Design: Tables & Styling

9th - 12th Grade

11 Qs

Group C

Group C

8th - 12th Grade

8 Qs

M1L2 Review 4th Grade

M1L2 Review 4th Grade

4th Grade - University

10 Qs

Chapter 4 grade 8 IT

Chapter 4 grade 8 IT

4th Grade - Professional Development

10 Qs

#5 Codecademy/KhanAcademy Weekly Quiz:Font Families & CSS

#5 Codecademy/KhanAcademy Weekly Quiz:Font Families & CSS

9th - 12th Grade

9 Qs

Asesmen Diagnostik Kognitif Pemrograman Web - XI RPL

Asesmen Diagnostik Kognitif Pemrograman Web - XI RPL

11th Grade

10 Qs

CSS Review

CSS Review

9th - 12th Grade

12 Qs

HTML Quick Review

HTML Quick Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Summer Ehresman

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Finish the code to make the paragraph have a text size of 50px - <p style="______">

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is NOT a generic font

fantasy

monospace

script

cursive

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which style tag is used to change the background color?

bgcolor:

color:

background-color:

bg-color:

4.

DROPDOWN QUESTION

45 sec • 1 pt

Pick the correct answer to complete the tag to make the paragraph uppercase.

<p style="​ (a)   uppercase">

text-transform:
font-variant:
font-transform:
text-change:

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is the correct tag to add a font-family in the style?

font-family:cursive, Arial

font-family:Arial, cursive

font-pick: Arial, monospace

fonts: cursive

6.

MATCH QUESTION

1 min • 5 pts

Match the following

2em

float:

italic

font-style:

small-caps

font-variant:

left

font-size:

underline

text-decoration:

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What do you need to add to the image tag to get it to look like this image?

float: none

clear: left

float: left

clear: right

8.

MULTIPLE CHOICE QUESTION

45 sec • Ungraded

Think back over the past 9 weeks - How confident do you feel in your web design abilities (there is no right or wrong answer here)?

I am still so clueless

I understand the basics but struggling with the new content

I feel like I am understanding most of the things - I have questions every now and then but the majority I can do

I feel like I am acing the content so far

9.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

This code has an error - which line is the error located?

Line 1

Line 3

Line 5

Line 7