home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / library.ini < prev    next >
Text File  |  2002-05-26  |  717b  |  46 lines

  1. HTML<table>
  2. <table align="" border="" cellspacing="" cellpadding="" width="">
  3. <tr>
  4.        <td></td>
  5. </tr>
  6. <tr>
  7.        <td></td>
  8. </tr>
  9. </table>
  10. HTML<ul>
  11. <ul>
  12.     <li></li>
  13.     <li></li>
  14.     <li></li>    
  15. </ul>
  16.  
  17. TemplatesBasic HTML page
  18. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  19.  
  20. <html>
  21. <head>
  22.     <title></title>
  23. </head>
  24.  
  25. <body>
  26.  
  27.  
  28. </body>
  29. </html>
  30. TemplatesBasic HTML page (with meta)
  31. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  32.  
  33. <html>
  34. <head>
  35.     <title></title>
  36.     <meta http-equiv="Content-Type" content="text/css; charset=iso-8859-1">
  37.     <meta name="keywords" content="">
  38.     <meta name="description" content="">
  39. </head>
  40.  
  41. <body>
  42.  
  43.  
  44. </body>
  45. </html>
  46.