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 <legend>

tag <legend>


Il tag <legend> crea un titolo per un fieldset

Esempio

<fieldset>
<legend>Dati personali:</legend>
nome <input type="text" />
cognome <input type="text" />
</fieldset>


Attributi

Attributo Descrizione
class la classe CSS
id identifica l’elemento
lang la lingua
style lo stile css da applicare
title il titolo
align l'allineamento del testo

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


Eventi

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

Stampa la pagina


 

Inizio pagina

risorse per webmaster