CSS3 Table Properties

CSS3 Table Properties

9th Grade

20 Qs

quiz-placeholder

Similar activities

Google Drawings

Google Drawings

3rd - 12th Grade

20 Qs

CSS Box Model and Properties

CSS Box Model and Properties

9th Grade

20 Qs

uCertify SDA Lesson 5 Quiz

uCertify SDA Lesson 5 Quiz

8th - 12th Grade

15 Qs

CSS

CSS

9th Grade - University

25 Qs

uCertify Chapter 3 Test

uCertify Chapter 3 Test

9th - 12th Grade

22 Qs

HTML Tables and Layout Using Flexbox and Grid

HTML Tables and Layout Using Flexbox and Grid

9th - 12th Grade

20 Qs

การสร้างตาราง ภาษา HTML

การสร้างตาราง ภาษา HTML

9th - 12th Grade

20 Qs

User-Interface Design Cert Prep

User-Interface Design Cert Prep

9th - 12th Grade

15 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?