HTML QUIZ TIME

HTML QUIZ TIME

10th Grade

5 Qs

quiz-placeholder

Similar activities

10-43 HTML-теги

10-43 HTML-теги

10th Grade

8 Qs

Asesmen Formatif Ms. Excel

Asesmen Formatif Ms. Excel

10th Grade

10 Qs

HTML Basics Quiz

HTML Basics Quiz

10th Grade

10 Qs

Quiz de HTML e CSS

Quiz de HTML e CSS

10th Grade

10 Qs

Javascript Dasar

Javascript Dasar

10th Grade

10 Qs

POST TEST - PRESENTASI - OKT 24

POST TEST - PRESENTASI - OKT 24

10th Grade

10 Qs

Prova Pr. 2 edicao:Funções: des. recom. c/JavaScript

Prova Pr. 2 edicao:Funções: des. recom. c/JavaScript

9th - 12th Grade

10 Qs

Post Test Fungsi Pencarian dan Logika

Post Test Fungsi Pencarian dan Logika

10th Grade

10 Qs

HTML QUIZ TIME

HTML QUIZ TIME

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Jong Pax

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which tag is used to create a table in HTML?

<tab>

<table>

<tr>

<td>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does <tr> represent in an HTML table?

Table row

Table column

Table header

Table cell

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which tag is used to define a table header cell that is bold and centered by default?

<td>

<th>

<th>

<table>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If a table has <tr> tags but no <td> or <th> tags inside them, what will happen?

The table will display correctly.

The table will show empty rows.

The table will display an error message.

The table will automatically fill data in the cells.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If you use <td> instead of <th> for the first row of your table, what will be the main difference?

The cells will not be visible.

The text will appear bold and centered.

The text will appear as normal table data, not bold or centered.

The row will not be added to the table.