HTML

HTML

8th Grade

15 Qs

quiz-placeholder

Similar activities

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

Tables in HTML

Tables in HTML

7th - 8th Grade

10 Qs

Html_Tables

Html_Tables

3rd - 12th Grade

17 Qs

Balises HTML & CSS

Balises HTML & CSS

8th Grade - University

20 Qs

KS3 - HTML and CSS Fundamentals

KS3 - HTML and CSS Fundamentals

8th Grade

20 Qs

HTML

HTML

5th Grade - Professional Development

16 Qs

hTML

hTML

8th Grade

10 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

HTML

HTML

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Javalera Ungking

Used 84+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<p>

One particular book which is recommended reading is The Street Lawyer</u> by <u>John Grisham</u>. This book is about a lawyer who begins re-evaluating his priorities in life when a bad

incident occurs within his law firm. Consequently, he becomes acquainted with the inner city streets, and realizes the harsh existence of the homeless, and vows to give them a chance in the courts. The Street Lawyer</u> is a <b><i>great</i></b>

book. It is <b><i>well written</i></b> and <b><i>interesting</i></b>. Other books by <u>John Grisham</u> include <u>The Firm</u>, The Pelican Brief</u>, and The Client</u>.

</p>

</body>

</html>

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<p>

One particular book which is recommended reading is <u>The Street Lawyer</u> by <u>John Grisham</u>. This book is about a lawyer who begins re-evaluating his priorities in life when a bad

incident occurs within his law firm. Consequently, he becomes acquainted with the inner city streets, and realizes the harsh existence of the homeless, and vows to give them a chance in the courts. <u>The Street Lawyer</u> is a <b><i>great</i></b>

book. It is <b><i>well written</i></b> and <b><i>interesting</i></b>. Other books by <u>John Grisham</u> include <u>The Firm</u>, <u>The Pelican Brief</u>, and <u>The Client</u>.


</body>

</html>

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<p>

One particular book which is recommended reading is <u>The Street Lawyer</u> by <u>John Grisham</u>. This book is about a lawyer who begins re-evaluating his priorities in life when a bad

incident occurs within his law firm. Consequently, he becomes acquainted with the inner city streets, and realizes the harsh existence of the homeless, and vows to give them a chance in the courts. <u>The Street Lawyer</u> is a <b><i>great</i></b>

book. It is <b><i>well written</i></b> and <b><i>interesting</b>. Other books by <u>John Grisham</u> include <u>The Firm</u>, <u>The Pelican Brief</u>, and <u>The Client</u>.

</p>

</body>

</html>

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<b>Hardware devices</b>


<ol type= ....... >

<li>CD-ROM drive</li>

<li>DVD drive</li>

<li>Hard disk</li>

<li>Modem</li>

</ol>


<b>Web languages</b>


<ul type="square">

<li>HTML</li>

<li>Javascript</li>

<li>PHP</li>

<li>Java</li>

</ul>

</body>

</html>

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<b>Hardware devices</b>


<ol type= "I">

<li>CD-ROM drive</li>

<li>DVD drive</li>

<li>Hard disk</li>

<li>Modem</li>

</ol>


<b>Web languages</b>


<ul type=>

<li>HTML</li>

<li>Javascript</li>

<li>PHP</li>

<li>Java</li>

</ul>

</body>

</html>

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What html tag missing from this html code to complete the html document


<html>

<body>

<b>Hardware devices</b>


<ol type= "I">

<li>CD-ROM drive</li>

<li>DVD drive</li>

<li>Hard disk</li>

<li>Modem</li>


<b>Web languages</b>


<ul type=>

<li>HTML</li>

<li>Javascript</li>

<li>PHP</li>

<li>Java</li>

</ul>

</body>

</html>

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Find the missing tag


<html>

<head>

<title>Five images</title>

</head>

<body>

<="/images/apple.jpg" alt="Apple" title="Apple" />

<br /><br />

<="/images/sky.jpg" alt="Sky" title="Sky" />

<br /><br />

<="/images/swan.jpg" alt="Swan" title="Swan" />

<br /><br />

<="/images/tree.jpg" alt="Tree" title="Tree" />

<br /><br />

<="/images/waterfall.jpg" src="Waterfall" title="Waterfall" />

</body>

</html>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers