This is header one

This is header two

This is header six
This Section deals with special characters and entities
< is the less then symbol and > is the greater then symbol
€ is the euro sign
Most special characters like the ampersand can be printed by using a designated name like & or number like &

Some phrase elements are:
The <EM> </EM> tag indicates emphasis. The <ABBR> </ABBR> tag indicates an abbreviation).
The <CODE> </CODE> tag designates a fragment of computer code.
The <DFN> </DFN> tag indicates that this is the defining instance of the enclosed term.
The <CITE> </CITE> tag is used to contains a citation or a reference to other sources.

Then you have the basic physical / Character formatting tags:
The <B></B> tags are used to bold text
<I></I> tags are used to Italic text
<U></U>tags are used to Underlined text
<S></S> tags are used to Striked through text
<SUB></SUB> are used to place text below the line like Subscript text
<SUP></SUP> are used to place text above the line like Superscript text

Then we have tags to change the font of text:
This is font size one and font color red
This is font size three and font color green
This is font size five and font color is blue
This is font size -2 ==> smaller text
This is font size +2 ==> big text
This is BASEFONT SIZE one
This is BASEFONT SIZE five
Making sure you reset the basefont back after your done is important.


previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library