Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <pre> This text has been formatted using the HTML pre tag. The browser should display all white space as it was entered. </pre> <hr> <p>The <code>pre</code> element represents preformatted text in an HTML document.</p> <p>More info: HTML <a href="/html/tags/html_pre_tag.cfm"><code>pre</code></a> element.</p>