Site hosted by Angelfire.com: Build your free website today!
Playing With Fonts

The fun thing about html is it's very versatile with how it handles text,
& it's very easy as long as you know the correct HTML "tags."
Every page on the web has at least some text, so these are an absolute must
for any web page designer.
 

ORIGINAL TEXT
Nebraska Wesleyan University is a community of scholars in which the idea of freedom of inquiry, thought, expression, as well as freedom of the individual are sustained. We are committed to preserving the individual's ability to exercise any right guaranteed by the United States Constitution. However, the exercise and preservation of these freedoms require a respect for the rights of all in the community. In a community of learning, willful disruption of the educational process, destruction of property, and interference with the orderly process of the University or with the rights of other members of the community will not be tolerated.

Some Examples...
<Blockquote> text </blockquote>
sets off long quotes or citations.

Nebraska Wesleyan University is a community of scholars in which the idea of freedom of inquiry, thought, expression, as well as freedom of the individual are sustained. We are committed to preserving the individual's ability to exercise any right guaranteed by the United States Constitution. However, the exercise and preservation of these freedoms require a respect for the rights of all in the community. In a community of learning, willful disruption of the educational process, destruction of property, and interference with the orderly process of the University or with the rights of other members of the community will not be tolerated.
text <br> next line of text
forces a line break
Nebraska
Wesleyan University is a community of scholars in which the ideals

<strong> text </strong>
Provides emphasis to enclosed text
       Nebraska Wesleyan University

<sub> text </sub>
Subscripts enclosed text
       Nebraska Wesleyan University is a community of scholars in which the ideals.

<I> text </I>
Puts things into italics
       Nebraska Wesleyan University is a community of scholars in which the ideals.

<Sup> text </Sup>
superscripts enclosed text
NebraskaWesleyan University is a community of scholars in which the ideals.

<B> text </B>
Makes enclosed text boldface
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Big>text</Big>
Makes enclosed text one size bigger than default size
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Center>text</Center>
Makes enclosed text centered

Nebraska Wesleyan University is a community of scholars in which the ideals.

<Font color=Title of color or#RRGGBB>text</font>
Sets color of enclosed text according to the red green and blue values given which range from 0-F, going 0-9 and then moving up to A and going through F. (See Color Table for more detail.
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Font size="+# or -#">text</font>
Sets size of enclosed text values range from 1 - 7
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Font Face="stylename1[,name2[,name3]]">text</Font>
Changes font type of enclosed text, it can be left with only one, or if others specified if first font is not available on system the 2nd one is tried then 3rd

Nebraska Wesleyan University is a community of scholars in which the ideals.

<S>text</S>
Makes enclosed text in strikethrough style or could use <Strike>
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Small>text</Small>
Makes enclosed text font one size smaller
Nebraska Wesleyan University is a community of scholars in which the ideals.

<U>text</U>
Enclosed text will be underlined
Nebraska Wesleyan University is a community of scholars in which the ideals.

<HR>
Draws a Horizontal rule across the page


Nebraska Wesleyan University is a community of scholars in which the ideals.

<TT>text</TT>
Enclosed text to be displayed in a monospaced (teletype) font, typically a variety of Courier.
Nebraska Wesleyan University is a community of scholars in which the ideals.

 <Acronym Title="extended name"> acronym text </Acronym>
Marks Enclosed text as an acronym, such as WWW or TCP/IP *NOTE* This may work with IE but not Netscape
NWU is a community of scholars in which the ideals.

<Cite>text</Cite>
Highlight's External resource citations for documents, publications, and Etc.
Nebraska Wesleyan University is a community of scholars in which the ideals.

<Dfn>text</DFN>
is used to mark terms used for the first time in web document
Nebraska Wesleyan University is a community of scholars in which the ideals.

<EM>text</Em>
provides typographic emphasis, usually rendered as italics.
Nebraska Wesleyan University is a community of scholars in which the ideals.

<P align=(Left|Center|Right|Justify)>text(optional)</p>
Makes a (line break) new paragraph and what type of alignment you want also.
Nebraska Wesleyan University

 is a community of scholars
  in which the ideals.

 
 
 
Course Sections
History Of HTML  2nd page of colors Editing Text  Color Table
   HTML Tags  back to Romeo's Homepage