Foundation’s The element style is gray zebra stripes and contains four borders: 8.4.1. Example
<table>
<thead>
<tr>
<th>Firstnameth>
<th>Lastnameth>
<th>Emailth>
tr>
thead>
<tbody>
<tr>
<td>Johntd>
<td>Doetd>
<td>john@example.comtd>
tr>
<tr>
<td>Marytd>
<td>Moetd>
<td>mary@example.comtd>
tr>
<tr>
<td>Julytd>
<td>Dooleytd>
<td>july@example.comtd>
tr>
tbody>
table>
尝试一下 »
Responsive form
Use CSS to make tables support responsive design: add to the table Element, the style is
overflow-x:hidden :
8.4.2. Example
<div style="overflow-x:hidden">
<table>
...
table>
div>
尝试一下 »