<pre>
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Sumario
El Elemento HTML <pre> (o Texto HTML Preformateado) representa texto preformateado. El texto en este elemento típicamente se muestra en una fuente fija, no proporcional, exactamente como es mostrado en el archivo. Los espacios dentro de este elemento también son mostrados como están escritos.
- Content categories {{todo}}Flow content, palpable content.
- Permitted content Phrasing content.
- Tag omission None, both the starting and ending tag are mandatory.
- Permitted parent elements Any element that accepts flow content.
- DOM interface
HTMLPreElement
Atributos
Este elemento solo incluye los atributos globales.
Ejemplos
html
<!-- Un poco de codigo CSS -->
<pre>
body{
color: red;
}
a {
color:green;
}
</pre>
Resultado
body{ color: red; } a { color:green; }
Especificaciones
Specification |
---|
HTML Standard # the-pre-element |
Compatibilidad con navegadores
BCD tables only load in the browser
Véase también
- CSS:
white-space
,word-break