Week 8

Week 8

12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML

HTML

12th Grade

18 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

Intro to Web Design

Intro to Web Design

9th - 12th Grade

17 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

Html_Tables

Html_Tables

3rd - 12th Grade

17 Qs

Web Design

Web Design

9th - 12th Grade

20 Qs

Codehs Web Page Design

Codehs Web Page Design

9th - 12th Grade

20 Qs

CodeHS U8 L

CodeHS U8 L

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?