Search Header Logo

Class 8 - Web Design (HTML) Review

Authored by I Merta

Computers

8th Grade

Class 8 - Web Design (HTML) Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?