Class 8 - Web Design (HTML) Review

Class 8 - Web Design (HTML) Review

8th Grade

45 Qs

quiz-placeholder

Similar activities

Pretest in Web Design

Pretest in Web Design

8th Grade

50 Qs

ASK T1 : Kod Arahan

ASK T1 : Kod Arahan

7th - 9th Grade

50 Qs

HTML Final Quizz

HTML Final Quizz

5th - 12th Grade

40 Qs

2ND MASTERY TEST IN COMPUTER 8 (HTML)

2ND MASTERY TEST IN COMPUTER 8 (HTML)

8th Grade

40 Qs

Ulangkaji ASK T1 Bab 4.2 Kod Arahan HTML

Ulangkaji ASK T1 Bab 4.2 Kod Arahan HTML

1st - 12th Grade

41 Qs

TINGKATAN 1: HTML

TINGKATAN 1: HTML

8th Grade

42 Qs

Web Design X

Web Design X

1st Grade - University

48 Qs

HTML assessment

HTML assessment

7th - 8th Grade

40 Qs

Class 8 - Web Design (HTML) Review

Class 8 - Web Design (HTML) Review

Assessment

Quiz

Computers

8th Grade

Hard

Created by

I Merta

FREE Resource

45 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

Find the missing tag


<html>

<body>

<b>A table with no cellpadding:</b>


<table border="2">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '2':</b>


<table border="2" >

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '5':</b>


<table border="2" cellpadding="5">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '10':</b>


<table border="2" cellpadding="10">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>

</body>

</html>

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

Find the missing tag


<html>

<body>

<b>A table with no cellpadding:</b>


<table border="2">

<tr>


<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '2':</b>


<table border="2" cellpadding="2">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '5':</b>


<table border="2" cellpadding="5">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>


<br />


<b>A table with cellpadding set to '10':</b>


<table border="2" cellpadding="10">

<tr>

<td>Cell 1</td>

<td>Cell 2</td>

</tr>

<tr>

<td>Cell 3</td>

<td>Cell 4</td>

</tr>

</table>

</body>

</html>

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Media Image

complete the tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<h> is stand for

Header Tag

Headline Tag

Half of a tag

Closing header tag

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag would you use for an ordered list?

<ol>

<ul>

<li>

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML Language uses
Tabs
Tags
Punctuation
Quotations

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

where you can find </html> in tag html?

Found after </h1>

Found after </style>

Found after </body>

Found at bottom of written code

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?