HTML

HTML

8th Grade

15 Qs

quiz-placeholder

Similar activities

Web Design with HTML: CSS Styling

Web Design with HTML: CSS Styling

6th - 10th Grade

17 Qs

แท็ก HTML

แท็ก HTML

7th - 8th Grade

20 Qs

HTML

HTML

8th - 12th Grade

17 Qs

(Class 8) Computer Networking and HTML

(Class 8) Computer Networking and HTML

8th Grade

10 Qs

Web Makers Returns

Web Makers Returns

8th - 10th Grade

11 Qs

Фронт Энд

Фронт Энд

6th - 8th Grade

11 Qs

m1-html-css-js

m1-html-css-js

KG - Professional Development

20 Qs

Queries, Forms and Reports in MS Access and HTML5

Queries, Forms and Reports in MS Access and HTML5

8th Grade

20 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?