1220621-1-ref.html (248B)
1 <!DOCTYPE html> 2 <style> 3 table { 4 table-layout: fixed; 5 border: 1px solid black; 6 width: 300px; 7 } 8 td { 9 background: yellow; 10 border: 1px solid purple; 11 } 12 </style> 13 <table> 14 <td>One</td> 15 <td>Two</td> 16 <td>Three</td> 17 </table>