Il tag HTML <strong>



Descrizione

Il tag HTML <strong> serve per enfatizzare un determinato testo.

<!Doctype html>
<html>
<head>
<title>HTML strong Tag</title>
</head>
<body>
<p>This is a <strong>strong</strong> text</p>
</body>
</html>

Produrrà il seguente risultato:

This is a strong text

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
Advertisements