HTML

HTML

12th Grade

25 Qs

quiz-placeholder

Similar activities

Ôn Tập Giữa Học Kì II

Ôn Tập Giữa Học Kì II

12th Grade

20 Qs

comparison with as ... as

comparison with as ... as

University

20 Qs

Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

University - Professional Development

20 Qs

so sánh

so sánh

1st - 12th Grade

20 Qs

CODING QUIZ IT

CODING QUIZ IT

University

20 Qs

ERO||TOEIC Day 2

ERO||TOEIC Day 2

University

20 Qs

14 THÁNG 8 2021 - HIẾU

14 THÁNG 8 2021 - HIẾU

1st - 12th Grade

21 Qs

LSA3-3-4

LSA3-3-4

1st - 12th Grade

20 Qs

HTML

HTML

Assessment

Quiz

English

12th Grade

Hard

CCSS
RI.9-10.4, RI.11-12.4, RI.7.4

+1

Standards-aligned

Created by

Sarah Williams

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use the correct HTML attribute, and CSS, to set the color of the paragraph to "blue".

<p =";">This is a paragraph.</p>

<p style="color:blue;">This is a paragraph.</p>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use CSS to center align the paragraph.

<p style=":text-align;">This is a paragraph.</p>

<p style="text-align:center;">This is a paragraph.</p>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use CSS to center align the document.

<html>

<body ----="--------;">


<h1>This is a heading</h1>


<p>This is a paragraph.</p>


</body>

</html>

<html>

<body style="text-align:center;">


<h1>This is a heading</h1>


<p>This is a paragraph.</p>


</body>

</html>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use CSS to set the text size to 50 pixels.

<p style=":50px;">This is a paragraph.</p>

<p style="font-size:50px;">This is a paragraph.</p>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Use CSS to set the background-color of the document to yellow.

<html>

<body style="------:yellow;">


<h1>This is a heading</h1>


<p>This is a paragraph.</p>


</body>

</html>

<html>

<body style="background-color:yellow;">


<h1>This is a heading</h1>


<p>This is a paragraph.</p>


</body>

</html>

6.

MULTIPLE CHOICE QUESTION

1 min • 8 pts

Media Image

The HTML tag <b> does what to text?

Makes it bold

Breaks the text into pieces

Creates a border

Blinks the text

7.

MULTIPLE CHOICE QUESTION

1 min • 8 pts

Media Image

The HTML tag <p> does what to text?

Creates a paragraph

Runs a procedure of code

Prepares a line with bigger fonts and a border

Runs a poll with four multiple choice questions

Tags

CCSS.RI.11-12.4

CCSS.RI.7.4

CCSS.RI.8.4

CCSS.RI.9-10.4

CCSS.RI.9-10.4

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?