HTML and CSS Reference
In-Depth Information
Figure 11.11 A full-featured table of books, now completely styled
HTML
Click here to view code image
1. <table>
2. <thead>
3. <tr>
4. <th scope="col" colspan="2">Item</th>
5. <th scope="col">Qty</th>
6. <th scope="col">Price</th>
7. </tr>
8. </thead>
9. <tbody>
10. <tr>
11. <td>
12. <strong class="book-title">Don&#8217;t Make Me Think</
strong>
13. <span class="text-offset"> by Steve Krug </span>
14. </td>
15. <td class="item-stock">In Stock</td>
16. <td class="item-qty">1</td>
17. <td class="item-price">$30.02</td>
18. </tr>
Search WWH ::




Custom Search