HORIZONTAL RULES ETC..   Go back to the Main Menu 

Miscellaneous Stuff

There is another type of list you should know about. The definition list.

10th Amendment
The powers not delegated to the United States by the constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people.

You can make use of the Horizontal Ruler.
A blank line is automatically inserted after it.
Also with headings.












The
<BLOCKQUOTE> indents and justifies anything within it's tags. SEE!
The
<PRE> tag
displays things
the way		we
type them

A comment can be placed anywhere in the document and browser will ignore 
everything inside the brackets. 
Click here to be magically transported to the top.

The Code for this page is as follows:

<HTML> <HEAD> <TITLE>Exercise 8 in HTML</TITLE> </HEAD> <BODY BGCOLOR="#ffff33"> <FONT SIZE=6 FACE="MS SANS SERIF"><B><CENTER>Miscellaneous Stuff</CENTER></B></FONT><BR>

<A NAME="upabit">There</A> is another type of list you should know about. The definition list. <P> <DL>       <DT><B>10th Amendment</B>       <DD>The powers not delegated to the United States by the constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people. </DL>

<P>You can make use of the Horizontal Ruler.<BR> A blank line is automatically inserted after it. <BR> Also with headings.<P> <HR WIDTH=20%><P> <HR WIDTH=100% COLOR=GOLD><P> <HR WIDTH=20><P> <HR WIDTH=100><P> <HR WIDTH=60% ALIGN=RIGHT><P> <HR WIDTH=60% ALIGN CENTER><P> <HR WIDTH=60% SIZE=1><P> <HR WIDTH=60% SIZE=3><P> <HR WIDTH=60% SIZE=15><P> <HR WIDTH=60% SIZE=1 NOSHADE> <HR WIDTH=60% SIZE=8 COLOR=GREEN NOSHADE>

The <BLOCKQUOTE><BLOCKQUOTE> indents and justifies anything within it's tags. SEE!</BLOCKQUOTE>

The <PRE><PRE> tag displays things the way      we type them <PRE>

A comment can be placed anywhere in the document and browser will ignore everything inside the brackets. <!--Hi Mom--> Click <A HREF="exercise8.htm#upabit">here</A> to be magically transported to the top.<P> </BODY> </HTML>

 Go back to the Top   Go back to the Main Menu