Week 8

Week 8

12th Grade

20 Qs

quiz-placeholder

Similar activities

uCertify Lesson 2 Quiz Site Delivery Associate

uCertify Lesson 2 Quiz Site Delivery Associate

8th - 12th Grade

20 Qs

Codehs Web Design

Codehs Web Design

9th - 12th Grade

20 Qs

HTML Tables

HTML Tables

9th - 12th Grade

20 Qs

Debugging Challenge 2

Debugging Challenge 2

7th - 12th Grade

15 Qs

HTML Review

HTML Review

9th - 12th Grade

20 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

HTML Tags

HTML Tags

1st - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

Week 8

Week 8

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Rafael Araujo

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It allows web developers to arrange data into rows and columns

Grids

Lists

Tables

The xy plane

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The tags used to create a table are

<tab></tab>

</table><table>

<table></table>

<row></row>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Everything between the <tr> open and </tr> close makes up a...

heading

row

column

table

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Everything between the <td> and a </td> tags makes up the content of a...

cell

row

column

table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use <th> opening tags with corresponding </th> closing tags to create a

table header

table horizontally

row

heading

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To specify table borders in CSS, we use the ...

"border" property

"table-border" property

"border-table" property

"background-color" property

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you need a table that should span the entire screen then you add the following line in the "style" section of the webpage

table { screen: full; }

table { length: 100%; }

table { span: 100%; }

table { width: 100%; }

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?