Tables in HTML

Tables in HTML

12th Grade

8 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

University

12 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

مراجعة عامة 2

مراجعة عامة 2

9th - 12th Grade

11 Qs

HTML

HTML

12th Grade

10 Qs

Review chapter 7,and 8

Review chapter 7,and 8

University

11 Qs

Bài 9. Tạo danh sách, Bảng

Bài 9. Tạo danh sách, Bảng

12th Grade

12 Qs

latihtubik1

latihtubik1

University

7 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

Tables in HTML

Tables in HTML

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Kelly Soo

Used 15+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

During a computer class, Abigail is learning about HTML and comes across a question about table tags. She wonders which of these tags belong to the table tags?

<table>,<tr>,<td>

<table>,<head>,<tfoot>

<thead>,<body>,<tr>

<table>,<tr>,<tt>

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Why do Noah and Lily use tables in their web pages during the computer class?

To position images and text on webpages

Display large arrays of data

Create input forms

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

During the computer class project, Mike created an HTML table to display the results of a survey. He used the <caption> tag in his table. What does the <caption> tag do in an HTML table?

It defines a standard data cell in a table.

It defines a row in a table.

It adds a description for a table.

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Benson forgets what tags to use for Table Headers. Help Benson choose the correct tags.

The two table headers should have the value "Name" and "Age".

Media Image
Media Image
Media Image

5.

FILL IN THE BLANK QUESTION

1 min • 2 pts

Media Image

Aiden is working on a project where he needs to complete the code to insert data into the cell of a table displaying employee information.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

During a class project, James learned that Cellspacing defines width of the border while Cellpadding defines distance between borders and content.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

During a class project, Nora is tasked with creating a table to display the results of a survey. Which HTML element should she use to add a data cell in her table?

<tr>

<td>

<th>

<header>

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

To add headers called Name and Address to a table for the student Ethan,

which of the following is the correct use of the <th> tag?

<tr>

<th>Name</th><th>Address</th>

</tr>

<tr>

<th>Name & Address</th>

</tr>

<tr>

<td>Name</td><td>Address</td>

</tr>