Chapter 12 Chapter Test Review

Chapter 12 Chapter Test Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Google Sheet Chapter 4

Google Sheet Chapter 4

9th Grade

15 Qs

(Q3) HTML Table Quiz

(Q3) HTML Table Quiz

9th - 12th Grade

20 Qs

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

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

12th Grade

10 Qs

Web Design EOU 2

Web Design EOU 2

9th - 10th Grade

20 Qs

Display, border, ul, ol, li, table, td, th, tr

Display, border, ul, ol, li, table, td, th, tr

9th Grade

11 Qs

Ch3&Ch4TablesCSS

Ch3&Ch4TablesCSS

10th - 11th Grade

16 Qs

ulangan

ulangan

11th Grade

13 Qs

html

html

12th Grade - University

10 Qs

Chapter 12 Chapter Test Review

Chapter 12 Chapter Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Katherine Boward

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can identify a header name for the first row or column in a table with:

<table> element

<tr> element

<th> element

<td> element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each table cell containing data is represented by which element?

<table> element

<tr> element

<th> element

<td> element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The default style for the <td> element is:

Underlined text

Normal , left-aligned text

Bold text

Green text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mistake that causes unusual table behavior?

Each row is not correctly opened with <tr > and closed with </tr>.

All <td> and <th> elements are not correctly opened and closed and are within a <tr > element

You do not have the same number of cells (<th > and/or <td>) in each row.

All of these are mistakes that could cause unusual table behavior

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this line of code do?


<table border="1">

It will create a table 1 cell by 1 cell in size

It will create a table with all cells populated with the number 1.

It will create a table with borders so you can see the boundaries of each cell.

It will create a table with cells arranged only around the border.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which declaration will merge the individual borders around each cell into a single set of lines?

border-collapse: collapse;

border-width: 1;

table-style: single;

border-reduce: cell;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following values are NOT common when using the border-style property?

solid

dashed

dotted

rounded

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?