Page 59 - Microsoft Word - apostilaHTML.doc
P. 59

Modelo de uso do atributo CELLSPACING

                        <html>
                        <head>
                        <title>Tabelas</title>
                        </head>
                        <body>
                           <h1>Atributo CELLSPACING</h1><BR>
                           <table  width="300" border="2" align="center" cellspacing="0">
                                   <tr>
                                  <td align="center" height="30">1</td>
                             <td align="center" >2</td>
                             <td align="center" >3</td>
                                  </tr>
                           </table>
                        </body>
                        </html>


                        CELLPADDING
                        O atributo CELLPADDING defne a distância ente o conteúdo da célula em relação as suas
            bordas, sendo aplicavél na tag <TABLE>. Os valores informados neste atributo são em pixels.








































                           Fígura 8.9 Modelo de uso do atributo CELLPADDING com valores variados







             ____________________________________________________________    Página  -  49  -
   54   55   56   57   58   59   60   61   62   63   64