HTML TABLE QUIZ

HTML TABLE QUIZ

10th Grade

5 Qs

quiz-placeholder

Similar activities

TES AKHIR

TES AKHIR

10th Grade

10 Qs

Tin 9 Bài 8. SUMIF

Tin 9 Bài 8. SUMIF

9th Grade - University

10 Qs

Kiểm tra nhanh lớp 10

Kiểm tra nhanh lớp 10

10th Grade - University

10 Qs

Pre Tes Pertemuan 2 - HTML

Pre Tes Pertemuan 2 - HTML

10th Grade

10 Qs

Intro to HTML/CSS

Intro to HTML/CSS

10th Grade

4 Qs

Củng cố bài 14 Tin 10 tiết 1

Củng cố bài 14 Tin 10 tiết 1

10th Grade

9 Qs

CẤU TRÚC LẶP

CẤU TRÚC LẶP

10th Grade

10 Qs

 Веб-сайттың құрылымы

Веб-сайттың құрылымы

9th - 12th Grade

6 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>