Page 233 - DCAP109_GRAPHIC_TOOLS
P. 233

Graphic Tools




                    Notes























                                   Cellspacing controls the space between table cells.


                                          Example:
                                   <html>
                                   <body>


                                   <p>Table without cellspacing:</p>
                                   <table border=”1">
                                     <tr>

                                        <th>Month</th>
                                        <th>Savings</th>
                                     </tr>
                                     <tr>
                                        <td>January</td>
                                        <td>$100</td>
                                     </tr>
                                   </table>



                                   <p>Table with cellspacing:</p>
                                   <table border=”1" cellspacing=”10">
                                     <tr>
                                        <th>Month</th>
                                        <th>Savings</th>
                                     </tr>
                                     <tr>





          226                               LOVELY PROFESSIONAL UNIVERSITY
   228   229   230   231   232   233   234   235   236   237   238