1/17
These flashcards cover key HTML and CSS concepts related to creating and styling tables on web pages.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Element that contains the entire table structure.
Element that contains a table row.
Element that contains a table cell.
Element used for table headers that typically display in bold and centered.
Element that provides a title or description for the table.
colspan
Attribute that allows a cell to span multiple columns.
rowspan
Attribute that allows a cell to span multiple rows.
thead
Element that groups the header content in a table.
tbody
Element that groups the body content in a table.
tfoot
Element that groups the footer content in a table.
Zebra Striping
A styling technique that applies alternating background colors to rows for easier readability.
CSS Pseudo-class
A special selector that applies styles to elements based on their state or position.
Accessibility
border
CSS property used to set the style, width, and color of border around table elements.
background-color
CSS property used to set the background color of table cells.
text-align
CSS property used to adjust the alignment of text within table cells.
padding
CSS property for controlling space between the content and its border inside a table cell.
margin
CSS property for controlling space outside the table.