Etiqueta PRE
Definition and Usage
The <pre>
tag defines preformatted text.
Text in a <pre>
element is displayed in a fixed-width font, and the text preserves both spaces and line breaks. The text will be displayed exactly as written in the HTML source code.
En resumen la etiqueta pre se utiliza para expresar el texto de la misma forma en la que lo has escrito.
Comentarios
Publicar un comentario