HTML TABLE QUIZ

HTML TABLE QUIZ

10th Grade

5 Qs

quiz-placeholder

Similar activities

10-43 HTML-теги

10-43 HTML-теги

10th Grade

8 Qs

Post Test Fungsi Pencarian dan Logika

Post Test Fungsi Pencarian dan Logika

10th Grade

10 Qs

HTML Basics Quiz

HTML Basics Quiz

10th Grade

10 Qs

Asesmen Formatif Ms. Excel

Asesmen Formatif Ms. Excel

10th Grade

10 Qs

Matematica II

Matematica II

9th - 12th Grade

6 Qs

ICT 10 DIAGNOSTIC

ICT 10 DIAGNOSTIC

10th Grade

10 Qs

Quiz de HTML e CSS

Quiz de HTML e CSS

10th Grade

10 Qs

responsif

responsif

10th Grade

10 Qs

HTML TABLE QUIZ

HTML TABLE QUIZ

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Jong Pax

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the tag for html table?

<table>

<tr>

<th>

<td>

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The <tr> tag is used for

The tag is used to define a row in a table.
The tag is used to create a header in a table.
The tag is used to define a column in a table.
The tag is used to style a table.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the <th> tag represent in an HTML table?

The <th> tag is used to define a data cell in a table.

The <th> tag is used to style a header in a table.

The <th> tag is used to define a header cell in a table.

The <th> tag is used to create a new table.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which tag is used to define a cell in a table?

<table>

<th>

<tr>

<td>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What of the following is the correct order of syntax?

<table><td><th>

<table><td><tr>

<table><tr><td>

<table><th><tr>