<P>This is some <B>bold</B>text.This is an email address: <A HREF="name@university.edu">name@university.edu</A>This is an email address: <A HREF="name@university.edu">name@university.edu</A></P>Here is an italicized <I>word</I>. One use of the Typewriter tags is for oligo sequences like this one: <TT>AGCTAGGTC</TT>. A possible use of the Preformatted tag is to insert code like this:<BR><PRE>use DBI;my $user = $ENV{REMOTE_USER};</PRE><BR>Superscripts and subscripts are useful for mathematical equations:<BR>E = mc<SUP>2</SUP></P> | This is some bold text.This is an email address: name@university.edu Here is an italicized word. One use of the Typewriter tags is for oligo sequences like this one: AGCTAGGTC. A possible use of the Preformatted tag is to insert code like this:
use DBI;my $user = $ENV{REMOTE_USER}; Superscripts and subscripts are useful for mathematical equations: E = mc2 |