HTML Tables and CSS

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

These flashcards cover key HTML and CSS concepts related to creating and styling tables on web pages.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Element that contains the entire table structure.

2
New cards

Element that contains a table row.

3
New cards

Element that contains a table cell.

4
New cards

Element used for table headers that typically display in bold and centered.

5
New cards

Element that provides a title or description for the table.

6
New cards

colspan

Attribute that allows a cell to span multiple columns.

7
New cards

rowspan

Attribute that allows a cell to span multiple rows.

8
New cards

thead

Element that groups the header content in a table.

9
New cards

tbody

Element that groups the body content in a table.

10
New cards

tfoot

Element that groups the footer content in a table.

11
New cards

Zebra Striping

A styling technique that applies alternating background colors to rows for easier readability.

12
New cards

CSS Pseudo-class

A special selector that applies styles to elements based on their state or position.

13
New cards

Accessibility

Using structural elements like and to improve usability for screen readers.
14
New cards

border

CSS property used to set the style, width, and color of border around table elements.

15
New cards

background-color

CSS property used to set the background color of table cells.

16
New cards

text-align

CSS property used to adjust the alignment of text within table cells.

17
New cards

padding

CSS property for controlling space between the content and its border inside a table cell.

18
New cards

margin

CSS property for controlling space outside the table.