home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / A_tutorial2212571082011.psc / @PSC_ReadMe_71228_1.txt next >
Text File  |  2011-10-08  |  2KB  |  35 lines

  1. Title: A tutorial on HTML
  2. Description: Updated: 10/08/11 to show how to create scripts.
  3. Updated: 9/27/11 to show how to create subscripts and superscripts.
  4. Updated: 9/14/11 to show two ways to create a button.
  5. Updated: 7/18/11 to show
  6. 1- What is a Link     This an example of defining a basic link
  7. 2- Local Link     This is an example of how to display the contents of a disk drive.
  8. 3- Target Link     This is an example of how to display the contents of a web page in a new window. 
  9. Updated: 1/16/11 to show
  10. 1 The DIV II tutorial shows how create a horizontal and a vertical navigation menu.
  11. 2 The DIV III tutorial shows how create a scroll bar.
  12. 3 The DIV IV tutorial shows how use the ID attribute.
  13. 4 The DIV V tutorial shows how use the CLASS attribute. 
  14.  Updated: 8/21/10 to show more uses of the table tag, i.e., Multiplication, Addition amd Subtraction Tables. Updated: 4/02/10 to show more uses of the form tag. Updated: 9/17/09 to show the Paragraph, break and Preformat tags. This is a collection of pages that introduce you to HTML. The purpose of the the first page in this tutorial is to show you how to write a Blank page. What is HTML (HyperText Markup Language)? HTML is a layout/tag language that is used to organize text and/or images on a web page. In the following example, we will show you the code
  15. for our blank page. In the following pages, we will explore
  16. 1- Comment_and_HR tags
  17. 2- Font tag
  18. 3- Form tag
  19. 4- Headings, Strong and Bold tags
  20. 5- HR Example tag
  21. 6- OL, UL, DL tags
  22. 7- Paragraph tag
  23. 8 - Paragraph and break tags
  24. 9- Preformat tag
  25. 10- Style tag
  26. 11- Table tag
  27. 12- Subtraction Table 
  28. 13- Addition Table 
  29. 14- Multiplication Table 
  30.  
  31. This file came from Planet-Source-Code.com...the home millions of lines of source code
  32. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=71228&lngWId=1
  33.  
  34. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  35.