Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

tag <tfoot>

tag <tfoot>


Il tag <tfoot> definisce il piede di una tabella (se usato devono essere presenti anche tbody e thead)

Esempio

<table border = "1" cellpadding="2">
<thead>
</thead>
<tbody>
<tr>
<td>1.1</td>
<td>1.2</td>
<td>1.3</td>
</tr>
<tr>
<td>2.1 </td>
<td>2.2</td>
<td>2.3</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3">Il footer</td>
</tr>
</ tfoot >
</table>


Attributi

Attributo Descrizione
class la classe CSS
id identifica l’elemento
lang la lingua
style lo stile css da applicare
title il titolo
align Allineamento orizzontale delle celle

Può assumere i seguenti valori:
- right
- left
- center
- justify
- char


Eventi

  • onfocus
  • onblur
  • onclick
  • ondblclick
  • onmousedown
  • onmouseup
  • onmouseover
  • onmousemove
  • onmouseout
  • onkeypress
  • onkeydown
  • onkeyup

Stampa la pagina


 

Inizio pagina

risorse per webmaster