ClinMed NetPrints
HOME HELP FEEDBACK BROWSE ARTICLES BROWSE BY AUTHOR

HTML Cheat Sheet

TEXT STYLES
What You Type: What Displays in the Browser:
<STRONG>Sample</STRONG> text Sample text
<EM>Sample</EM> text Sample text
<H1>Sample</H1> text

Sample

text
<H2>Sample</H2> text

Sample

text
<H3>Sample</H3> text

Sample

text
<H4>Sample</H4> text

Sample

text
<H5>Sample</H5> text
Sample
text
<FONT SIZE="+4">Sample</FONT> text Sample text
<FONT SIZE="+3">Sample</FONT> text Sample text
<FONT SIZE="+2">Sample</FONT> text Sample text
<FONT SIZE="+1">Sample</FONT> text Sample text
<FONT SIZE="-1">Sample</FONT> text Sample text
<FONT SIZE="+4" FACE="arial,helvetica">Sample</FONT> text Sample text
<FONT SIZE="+3" FACE="arial,helvetica">Sample</FONT> text Sample text
<FONT SIZE="+2" FACE="arial,helvetica">Sample</FONT> text Sample text
<FONT SIZE="+1" FACE="arial,helvetica">Sample</FONT> text Sample text
<FONT SIZE="-1" FACE="arial,helvetica">Sample</FONT> text Sample text
<FONT SIZE="-2" FACE="arial,helvetica">Sample</FONT> text Sample text
line<BR>break line
break
paragraph<P>break paragraph

break

LISTS
What You Type: What Displays in the Browser:
<UL>
<LI>bulleted
<LI>list
</UL>
  • bulleted
  • list
<OL>
<LI>numbered
<LI>list
</OL>
  1. numbered
  2. list
<OL TYPE="a">
<LI>lettered
<LI>list
</OL>
  1. lettered
  2. list
(You can also use "A" "i" "I")
<DL>
<DT>indented
<DD>list
</DL>
indented
list

LINKS
What You Type: What Displays in the Browser:
<A HREF="http://highwire.stanford.edu">HighWire Press</A> HighWire Press
<A HREF="mailto:me@myinst.edu">me@myinst.edu</A> me{at}myinst.edu
IMPORTANT NOTE on links. If you are linking to something in the same directory, omit the http://www.xxxx.zzz part.

IMAGES
What You Type: What Displays in the Browser:
<IMG WIDTH="43" HEIGHT="13" SRC="http://highwire.stanford.edu/icons/tester.gif">
IMPORTANT NOTE on images. If you are using an image in the same directory, omit the http://www.xxxx.zzz part.

LINKED IMAGES
What You Type: What Displays in the Browser:
<A HREF="http://highwire.stanford.edu"><IMG WIDTH="43" HEIGHT="13" SRC="http://highwire.stanford.edu/icons/tester.gif"></A>
<A HREF="http://highwire.stanford.edu"><IMG BORDER="0" WIDTH="43" HEIGHT="13" SRC="http://highwire.stanford.edu/icons/tester.gif"></A>
IMPORTANT NOTE on links and images. If you are linking to something in the same directory, omit the http://www.xxxx.zzz part.


HOME HELP FEEDBACK BROWSE ARTICLES BROWSE BY AUTHOR
Copyright © 2006 by the BMJ Publishing Group Ltd.