Il tag HTML <xmp>



Descrizione

Il tag HTML <xmp> visualizza il testo con carattere monospazio.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML xmp Tag</title>
</head>
<body>
HTML tags include <b> for bold text, <i> for italic text.
</body>
</html>

Produrrà il seguente risultato:

HTML tags include <b> for bold text</b>, <i> for italic text.</i>

Attributi Globali

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

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements