References

Collection of references for web development.

HTML pre tag

Description

The HTML <pre> element represents preformatted text, it preserves both spaces and line breaks.

Example

<pre>
html {
	background-color:blue;
	font-color:white;
}	
</pre>