HTML Formatting

HTML Formatting

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

10JM Introducción HTML

10JM Introducción HTML

10th Grade

10 Qs

من أنا؟

من أنا؟

10th Grade

10 Qs

<HTML> Etichete </HTML>

<HTML> Etichete </HTML>

11th Grade

10 Qs

HTML Basic Tags

HTML Basic Tags

7th - 12th Grade

10 Qs

All About HTML

All About HTML

11th Grade

10 Qs

ASK T1 - Kod Arahan HTML

ASK T1 - Kod Arahan HTML

7th - 10th Grade

10 Qs

تصميم موقع ويب-أصيلة البوصافي

تصميم موقع ويب-أصيلة البوصافي

10th Grade

10 Qs

Kiểm tra bài cũ

Kiểm tra bài cũ

12th Grade

10 Qs

HTML Formatting

HTML Formatting

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 28+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add extra importance to the word "degradation" in the paragraph below.

<p>

WWF's mission is to stop the <strong>degradation</strong> of our planet's natural environment.

</p>

<p>

WWF's mission is to stop the <imp>degradation</imp> of our planet's natural environment.

</p>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Emphasize the word "metropolitan" in the text below.

<h1>Tokyo</h1>


<p>

Tokyo is the capital of Japan, the most populous <b>metropolitan</b> area in the world.

</p>

<h1>Tokyo</h1>


<p>

Tokyo is the capital of Japan, the most populous <em>metropolitan</em> area in the world.

</p>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Highlight the word "FUN" in the text below.

<p>

HTML is <high>FUN</high> to learn!

</p>

<p>

HTML is <mark>FUN</mark> to learn!

</p>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apply subscript formatting to the number "2" in the text below.

<p>

H<sup>2</sup>O is the scientific term for water.

</p>

<p>

H<sub>2</sub>O is the scientific term for water.

</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Add a line through (strikeout) the letters "blue" in the text below.

<p>

My favorite color is <strike>blue</strike> red.

</p>

<p>

My favorite color is <del>blue</del> red.

</p>