home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 July / www_07_1999.iso / prez / amiga / awebedv1_2.lha / AWebEd / helpdocs / Paragraph < prev    next >
Text File  |  2008-08-09  |  995b  |  39 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                              Paragraph
  5.                              ---------
  6.  
  7. General:
  8.  
  9. The paragraph is HTML's basic method of expressing a block of plain
  10. text.
  11.  
  12. Syntax:
  13.  
  14.     <P> [Block of text] {</P>}
  15.  
  16. The string [block of text] represents a string of indefinite length.
  17.  The WWW browser will automatically format the text so that it is
  18. visible within the borders of the browser window.  However, for the
  19. purposes of editing, it is easier to insert line breaks (with the
  20. return key) into paragraphs, so that the entire string is visible
  21. within the editing window.  These line breaks are ignored by the WWW
  22. browser.
  23. The tag </P> is generally unnecessary, and only the fastidious coder
  24. will use it!
  25.  
  26. Use:
  27.  
  28. 1 - Position the cursor at the start of the paragraph.
  29. 2 - Double click on the "New Paragraph" item.
  30.  
  31. Example:
  32.  
  33.     <P> Newmarket is one of England's more famous racecourses.</P>
  34.  
  35. or...
  36.  
  37.     <P> Ascot racecourse is located within the county of Berkshire.
  38.  
  39.