CSS3 Table Properties

CSS3 Table Properties

9th Grade

20 Qs

quiz-placeholder

Similar activities

Ms word

Ms word

9th Grade

20 Qs

Web Design Cert Prep

Web Design Cert Prep

9th - 12th Grade

20 Qs

HTML Tables and Layout Using Flexbox and Grid

HTML Tables and Layout Using Flexbox and Grid

9th - 12th Grade

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Google Drawings

Google Drawings

3rd - 12th Grade

20 Qs

Html

Html

9th Grade

24 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

CSS3 Table Properties

CSS3 Table Properties

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joselyn Ignacio

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you align a table to the center of a webpage in CSS3?

table { position: center; }

table { margin-left: auto; margin-right: auto; width: 50%; }

table { float: center; }

table { text-align: center; }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to set the border around a table in CSS3?

edge

border

frame

outline

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you specify the width of a table in CSS3?

table { width: auto; }

table { width: 50%; }

table { width: none; }

table { width: 100%; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to add styling to the borders of a table in CSS3?

frame

border

outline

edge

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS3, how do you align the text within a table cell to the right?

align-text: right;

text-align: right;

text-align: center;

justify-content: right;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value for the border-collapse property in CSS3?

collapse

hidden

inherit

separate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you remove the border around a table in CSS3?

border-collapse: hidden;

border-spacing: 0;

border-style: none;

border-collapse: collapse;

border: 0px;

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?