The  general form of an HTML document  is
	  illustrated by this example:
          
<HTML>
  <HEAD>
      <TITLE>
         text that forms the document title
      </TITLE>
  </HEAD>
  <BODY>
     body of the document appears here.
  </BODY>
</HTML> 
     
 
          Click here to see how your
	  browser renders the document above. (Remember to notice the page
	  title too.) <UL> <LI> first bulleted item <LI> second bulleted item <LI> third bulleted item </UL>makes this display:
          There is no provision to include images directly in an HTML 
          document.  Instead  the author places a tag
         like:  
	 
	  <IMG ALIGN=LEFT SRC="Gif2/becoat.gif">into the HTML document. When the browser encounters such a tag it fetches the image from the location specified by the pathname in the tag and places a copy of the image
           
	  within the rendered document (what the browser displays in
	  its window).  The position of the image in the rendered document
	  corresponds to the position of the tag in the HTML document.
	  
     protocol://computer_name:port/document_name
http://www.indeed.com/ https://smallbusiness.commercebank.com/cbi/login.aspx ftp://www.cs.csustan.edu/pub/fd3 http://www.cs.csustan.edu:80/~john/js.html

	        HEAD  (to get only status
	       information about an item),
	  
	  
	  
	        other interpreters  (e.g. for
	       various image formats)
	  
	  
          Extensible Markup Language (XML)