Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<pre>
This element defines preformatted text that will appear just as you type it, including spaces and line breaks.
Attributes
width
Value(s) : num of chars
Sets the maximum number of characters to display per line.
example:
<pre>
Preformatted
text will break
to new lines without
the need for BR tag
</pre>