Intro to HTML Tables

Intro to HTML Tables

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

DBASE BASICS

DBASE BASICS

12th Grade

20 Qs

Web Design CSS Slides

Web Design CSS Slides

6th - 10th Grade

17 Qs

Web Design Mid-Term

Web Design Mid-Term

9th - 12th Grade

20 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

Etiquetas HTML

Etiquetas HTML

10th Grade

20 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

20 Qs

uCertity SDA Lesson 2 Quiz

uCertity SDA Lesson 2 Quiz

8th - 12th Grade

20 Qs

Web Design Cert Prep

Web Design Cert Prep

9th - 12th Grade

20 Qs

Intro to HTML Tables

Intro to HTML Tables

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Xavier Holmes

Used 73+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to HTML5 standards, which choice correctly describes the relationship between tables and Webpage structure?

Tables should be used to structure Webpages in lieu of style sheets.

The <table> tag should be used with the <div> tag to structure Webpages.

Tables should be used where appropriate to format content, but not to structure Webpages.

Tables should be used to structure Webpages in addition to style sheets.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With which CSS table property can you specify values of top, bottom and middle?

The border property

The text-align property

The vertical-align property

The width property

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<tr>

<th colspan="3">

Site Development Associate

</th>

</tr>


Which choice most accurately describes the result of the code?

The heading is located in a cell whose width is 30 percent of the width of the page.

The heading is located in a cell that is three inches wide.

The heading is located in a cell in the third column of the table.

The heading is located in a cell that spans three columns of the table.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With which CSS table property can you specify values of left, center, right and justify?

The border property

The width property

The text-align property

he vertical-align property

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS text-align property used for table elements:

aligns content horizontally in all table elements.

determines how far the table will extend horizontally across the page.

determines the placement of the table relative to the left and right page margins.

aligns content vertically in all table elements.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS padding property of the <table> element determines:

how far the table will extend horizontally across the page.

the amount of space between the borders of adjacent cells.

the placement of the table relative to the left and right page margins.

the amount of space between cell data and the cell border.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What table element attribute do you need to specify to add a border to a table?

<table border="0">

<table border="1">

<table border="on">

<table border="yes">

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?