Il tag HTML <u>


Descrizione

Il tag HTML <u> viene utilizzato per sottolineare un testo. È un tag deprecato, perciò si consiglia di non utilizzarlo.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML u Tag</title>
</head>
<body>
<u>tutorialspoint.com</u> was started by <b>Mr. Mohammad Mohtashim,</b> in the year 2006.
</body>
</html>

Produrrà il seguente risultato:

tutorialspoint.com was started by Mr. Mohammad Mohtashim, in the year 2006.

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