Beyond HTML

Practical Solutions and Implementations


What is HTML

Washington Area SGML Users Group
March 20, 1996 Monthly Meeting Betty Harvey

Original Powerpoint file can be ftp'd from ftp://ftp.eccnet.com/pub/dc-sgmlug/htmlsgml.zip


HTML Structure
Sample HTML

<HTML> 
<HEAD> 
<TITLE>Title of the Document </TITLE>
</HEAD> 
  <BODY> 
 			<H1>Top Level Heading</H1> 
   	<P>Paragraph information</P> 
   	<OL> 
    <ITEM>Ordered List</ITEM> 
   	</OL> 
   <H2>6 Levels of Heading </H2> 
   <P><a href="http:03/25/96/www.eccnet.com/sgmlug">SGML
       Users Group </A></P> 
<BODY> 
</HTML>

NEXT