<pre> Tag Examples

Examples of the pre tag in HTML 5
Example of using the <pre> tag to display keyboard input and sample output
(see <pre> tag demo above)
<p>Example of using the &lt;pre&gt; tag to display keyboard input and sample output:</p>
<pre><kbd>select 1024 * 1024 * 1024 * 1024 as " 1 Terabyte";</kbd><samp>
-------------
 1 Terabyte
-------------
1099511627776</samp></pre>