[HTML] [attributo] title

title (attributo base HTML) stabilisce il testo che compare quando l’utente sofferma il mouse sull’elemento HTML (non funzionando con i device di tipo touch, l’uso di tale attributo HTML è attualmente scoraggiato). E’ un attributo globale.

tag

valore

Tutti

title = "[testo]"

Esempio

<a href="http://www.google.com" title="Apri Google">
Sofferma il mouse su questo link
</a>

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

attributi base html, html

Related Articles

0 Comment

Rispondi