Web Design Manual
Fonts that work for PC and Apple computors with Netscape or Iexplore (1996)
arial, Helvetica, (sans serif)
Verdana, arial, Helvetica, (sans
serif)
Times New Roman, Times, (serif)
Georgia, Times New Roman, Times,
(serif)
Code example
<font face="arial, Helvetica, (sans serif)">Text to be
written</font>
Extras and more modern
arial,helvetica,geneva
Verdana
(H1 ALIGN=center)
(H2)
(H3)
(H4)
(H5)
(H6)
(FONT SIZE=7)
(FONT SIZE=6)
(FONT SIZE=5)
(FONT SIZE=4)
(FONT SIZE=3)
(FONT SIZE=2)
(FONT SIZE=1)
Default is font size 3.
(BASEFONT SIZE=5) (FONT SIZE=+2)make it 7
(FONT FACE="arial, Lucida Sans")
Two fonts in case one not loaded. (FONT COLOR=#ff0000) is red.
(CITE) example of citation reference
(CODE) example of code.
(EM) example of Emphasis element Italics.
(KBD)The text inside the KBD element is monospaced font.
(SAMP)literal characters is monospaced font.
(STRONG)This is strong real strong.
(VAR) When coding, LeftIndent must be a variable.
(B) The instructions for bold.
(I) Between the I elements is italics.
(TT)Text ((TT) typewriter style) is fixed width font.
(U)The underline command.
(S)Makes text struck through
(SUB) This is the main text, with this bit being subscript.
(SUP) This is the main text, with this bit being superscript.
(BIG) This makes normal text be big text.
(SMALL)This makes it into small text.
(BLINK)
(BLOCKQUOTE) Example of use: I think the poem ends
Soft you now, the fair Ophelia. Nymph, in thy orisons, be all my sins remembered.
but I am not sure.
(BR)Means line break.
(P)Means paragraph.(P/) (CENTER)
(P ALIGN=LEFT)
(P ALIGN=CENTER)
(P ALIGN=RIGHT)
(DIV ALIGN="left") use (DIV)...(/DIV)
(DIV ALIGN="center")
(DIV ALIGN="right")
CODE EXAMPLES
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<!-- Prepared by Brett A. Jauhola,1998 -->
<HEAD>
<BASE HREF="http://www.jauhola.com/">
<BASE TARGET="default_target">
<META HTTP-EQUIV="Refresh" CONTENT="x
; URL=http://jauhola.html">
<TITLE>HTML FONTS/</TITLE>
<!-- Prepared by Brett A. Jauhola 1998 -->
</HEAD>
<BODY>
<BODY BGCOLOR="#FFFFFF">
<BODY TEXT="#000000">
<BODY LINK="#0000FF" VLINK="400040" ALINK="#FF0000">
<FONT COLOR=#000000>
<BODY LEFTMARGIN="60">
<BODY TOPMARGIN="60">
<H1 ALIGN=center>
(H1 ALIGN=center)
</FONT></H1>
<H2>
(H2)
</FONT></H2>
<H3>
(H3)
</FONT></H3>
<H4>
(H4)
</FONT></H4>
<H5>
(H5)
</FONT></H5>
<H6>
(H6)
</FONT></H6>
<P>
<BR><FONT SIZE=7>(FONT SIZE=7)</FONT>
<BR><FONT SIZE=6>(FONT SIZE=6)</FONT>
<BR><FONT SIZE=5>(FONT SIZE=5)</FONT>
<BR><FONT SIZE=4>(FONT SIZE=4)</FONT>
<BR><FONT SIZE=3>(FONT SIZE=3)</FONT>
<BR><FONT SIZE=2>(FONT SIZE=2)</FONT>
<BR><FONT SIZE=1>(FONT SIZE=1)</FONT>
<BR>Default is font size 3.
<BR>(BASEFONT SIZE=5) (FONT SIZE=+2)make it 7
<P><FONT FACE="arial, Lucida Sans">(FONT FACE="arial, Lucida
Sans")</FONT>
<BR>Two fonts in case one not loaded.
<FONT COLOR=#ff0000>(FONT COLOR=#ff0000) is red.</FONT>
</P>
<P>
<BR><CITE>(CITE) example of citation reference</CITE>
<BR><CODE>(CODE) example of code</CODE>.
<BR>(EM) example of <EM>Emphasis</EM> element Italics.
<BR>(KBD)The text inside the <KBD>KBD element</KBD> is monospaced font.
<BR><SAMP>(SAMP)<SAMP>literal characters is monospaced
font.</SAMP>
<BR>(STRONG)This is strong <STRONG>real strong</STRONG>.
<BR>(VAR) When coding, <VAR>LeftIndent</VAR> must be a variable.
<BR>(B) The instructions for <B>bold</B>.
<Br>(I) Between the <I>I elements</I> is italics.
<BR>(TT)Text <TT> ((TT) typewriter style</TT>) is fixed width font.
<BR>(U)The <U>underline</U> command.
<BR>(S)Makes text <S>struck through</S>
<BR>(SUB) This is the main text, with <SUB>this bit</SUB> being
subscript.
<BR>(SUP) This is the main text, with <SUP>this bit</SUP> being
superscript.
<BR>(BIG) This makes <BIG>normal text</BIG> be big text.
<BR>(SMALL)<SMALL>This makes it into small text.</SMALL>
<BR>(BLINK)<BLINK>This would blink in netscape!</BLINK>
</P>
<P>
(BLOCKQUOTE) Example of use:
I think the poem ends
<BLOCKQUOTE>
<P>Soft you now, the fair Ophelia. Nymph, in thy orisons, be all my sins remembered.
</BLOCKQUOTE>
but I am not sure.
</P>
<BR>(BR)Means line break.
<BR>(P)Means paragraph.(P/)
<CENTER>(CENTER)</CENTER>
<P ALIGN=LEFT>(P ALIGN=LEFT)</P>
<P ALIGN=CENTER>(P ALIGN=CENTER)</P>
<P ALIGN=RIGHT>(P ALIGN=RIGHT)</P>
<DIV ALIGN="left">(DIV ALIGN="left") use
(DIV)...(/DIV)</DIV>
<DIV ALIGN="center">(DIV ALIGN="center")</DIV>
<DIV ALIGN="right">(DIV ALIGN="right")</DIV>
<P><A HREF="http://www.microsoft.com">The
Microsoft Site</A> This is a link!
<P>
<ADDRESS>
<CENTER>Contact:</CENTER>
<CENTER><CITE>Brett A. Jauhola</CITE></CENTER>
<CENTER><B>E-Mail:<A
Href=mailto:jauhola@digisys.net><I>jauhola@digisys.net</I></A></B></CENTER>
<CENTER><SMALL>Copyright Brett A. Jauhola Amplifiers 1998 all rights
reserved.</SMALL></CENTER>
</BODY>
</HTML>
Web Design Manual
|