- Use the HTML
<table>element to define a table - Use the HTML
<tr>element to define a table row - Use the HTML
<td>element to define a table data - Use the HTML
<th>element to define a table heading - Use the HTML
<caption>element to define a table caption - Use the CSS
borderproperty to define a border - Use the CSS
border-collapseproperty to collapse cell borders - Use the CSS
padding propertyto add padding to cells - Use the CSS
text-alignproperty to align cell text - Use the CSS
border-spacingproperty to set the spacing between cells - Use the
colspanattribute to make a cell span many columns - Use the
rowspanattribute to make a cell span many rows - Use the
idattribute to uniquely define one table
- Use the HTML
<ul>element to define an unordered list - Use the CSS
list-style-typeproperty to define the list item marker - Use the HTML
<ol>element to define an ordered list - Use the HTML
typeattribute to define the numbering type - Use the HTML
<li>element to define a list item - Use the HTML
<dl>element to define a description list - Use the HTML
<dt>element to define the description term - Use the HTML
<dd> element to describe the term in a description list - Lists can be nested inside lists
- List items can contain other HTML elements
- Use the CSS property
float:left ordisplay:inline` to display a list horizontally