Il tag HTML <address>


Descrizione

Il tag HTML <address> viene utilizzato per indicare un indirizzo. In genere verrà mostrato in corsivo.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML address Tag</title>
</head>
<body>
<address>
600 Wisdon Apartments<br />
Filmcity, Kondiura<br />
New Delhi - 50027
</address>
</body>
</html>

Produrrà il seguente risultato:

600 Wisdon Apartments
Filmcity, Kondiura
New Delhi - 50027

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements