<HTML>
<HEAD>
<TITLE>HTML Text Basics - Example 1</TITLE>
</HEAD>
<BODY>
<H1>This is header one</H1>
<H2>This is header two</H2>
<H6>This is header six</H6>
This Section deals with special characters and entities<BR>
< is the less then symbol and
> is the greater then symbol<BR>
€ is the euro sign<BR>
Most special characters like the ampersand can be printed by using a designated name
like & or number like &<P>
Some phrase elements are:<BR>
<EM>The <EM> </EM> tag indicates emphasis.</EM>
<ABBR>The <ABBR> </ABBR> tag indicates an abbreviation </ABBR><BR>
<CODE>The <CODE> </CODE> tag designates a fragment of computer code.</CODE><BR>
<DFN>The <DFN> </DFN> tag indicates that this is the defining instance of the enclosed term.</DFN><BR>
<CITE>The <CITE> </CITE> tag is used to contains a citation or a reference to other sources.</CITE></P>
Then you have the basic physical / Character formatting tags:<BR>
The <B></B><B> tags are used to bold text</B><BR>
<I></I><I> tags are used to Italic text</I><BR>
<U></U><U> tags are used to Underlined text</U><BR>
<S></S><S> tags are used to Striked through text</S><BR>
<SUB></SUB> are used to place text below the line like <SUB>Subscript</SUB> text<BR>
<SUP></SUP> are used to place text above the line like <SUP>Superscript</SUP> text</P>
Then we have tags to change the font of text:<BR>
<FONT SIZE=1 COLOR="Red">This is font size one and font color red</FONT><BR>
<FONT SIZE=3 COLOR="Green">This is font size three and font color green</FONT><BR>
<FONT SIZE=5 COLOR="#0000FF">This is font size five and font color is blue</FONT><BR>
<FONT SIZE=-2>This is font size -2 ==> smaller text</FONT><BR>
<FONT SIZE=+2>This is font size +2 ==> big text</FONT><BR>
<BASEFONT SIZE=1>This is BASEFONT SIZE one<BR>
<BASEFONT SIZE=5>This is BASEFONT SIZE five<BR>
<BASEFONT SIZE=3>Making sure you reset the basefont back after your done is important.<BR>
<BR><BR>
<A HREF="tags2.html">previous slide</A> |
<A HREF="example1_src.html">next slide</A><BR>
<A HREF="agenda.html">Return to Beginning of Presentation</A><BR>
<A HREF="../index.html">Return to Software Development Library</A></P>
</BODY>
</HTML>
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library