HTML and CSS Reference
In-Depth Information
18. <tr>
19. <td>
20. <strong class="book-title"> A Project Guide to UX Design
</strong> by Russ Unger &#38; Carolyn Chandler
21. </td>
22. <td class="item-stock" >In Stock</td>
23. <td class="item-qty" >2</td>
24. <td class="item-price" >$52.94 <span class="item-multiple">
$26.47 &#215; 2 </span> </td>
25. </tr>
26. <tr>
27. <td>
28. <strong class="book-title"> Introducing HTML5 </strong> by
Bruce Lawson &#38; Remy Sharp
29. </td>
30. <td class="item-stock" >Out of Stock</td>
31. <td class="item-qty" >1</td>
32. <td class="item-price" >$22.23</td>
33. </tr>
34. <tr>
35. <td>
36. <strong class="book-title"> Bulletproof Web Design </strong>
by Dan Cederholm
37. </td>
38. <td class="item-stock" >In Stock</td>
39. <td class="item-qty" >1</td>
40. <td class="item-price" >$30.17</td>
41. </tr>
42. </tbody>
43. <tfoot>
44. <tr>
45. <td colspan="3">Subtotal</td>
46. <td>$135.36</td>
47. </tr>
48. <tr>
49. <td colspan="3">Tax</td>
50. <td>$13.54</td>
51. </tr>
52. <tr>
53. <td colspan="3">Total</td>
54. <td>$148.90</td>
55. </tr>
56. </tfoot>
57. </table>
CSS
Click here to view code image
1. table {
2. border-collapse: separate;
3. border-spacing: 0;
Search WWH ::




Custom Search