Il tag HTML <em>


Descrizione

Il tag HTML <em> indica una stile di formattazione per il testo, in particolare serve ad enfatizzare un testo.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML em Tag</title>
</head>
<body>
<p>Insert an image in a web page using <em>image</em> tag.</p>
</body>
</html>

Produrrà il seguente risultato:

Insert an image in a web page using image tag.

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