home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / Texturizer / Texturizer.exe / HTML.ct_ / HTML.ct
Text File  |  2000-02-20  |  3KB  |  190 lines

  1. #TITLE=HTML Tags
  2.  
  3. #   Texturizer Cliptext File for HTML 3.2
  4. #   
  5. #   Read the Texturizer User's Guide for
  6. #   detailed information about Cliptext files
  7.  
  8. #SORT=n
  9.  
  10. #T=New Page
  11. #MACRO
  12. 037 #MENU=FileNew
  13. 037 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\n<html>\n<head>\n<title>New Document</title>\n<meta name="Generator" content="Texturizer">\n<meta name="Author" content="">\n<meta name="Keywords" content="">\n<meta name="Description" content="">\n</head>\n\n<body bgcolor="#FFFFFF" text="#000000">\n|#|\n</body>\n</html>
  14.  
  15. #T=Anchor
  16. <a href="|#|http://|#|">\s</a>
  17. #T=Address
  18. <address>\s|#|</address>
  19. #T=Applet
  20. <applet code="\s" width="|#|" height="">
  21. </APPLET>
  22. #T=Area
  23. <area shape="\s" href="|#|" coords="" alt="">
  24. #T=Base
  25. <base href="\s">
  26. #T=Big
  27. <big>\s|#|</big>
  28. #T=Blockquote
  29. <blockquote>\s|#|</blockquote>
  30. #T=Body
  31. <body>
  32. \S|#|
  33. </body>
  34. #T=Bold
  35. <b>\s|#|</b>
  36. #T=Break
  37. <br>
  38. #T=Bulleted List
  39. <ul>
  40.     <li>\s|#|
  41.     <li>
  42. </ul>
  43. #T=Caption
  44. <caption>\s|#|</caption>
  45. #T=Center
  46. <center>\s|#|</center>
  47. #T=Cite
  48. <cite>\s|#|</cite>
  49. #T=Code
  50. <code>\s|#|</code>
  51. #T=Comment
  52. <!-- \S -->
  53. #T=Dd
  54. <dd>
  55. #T=Dfn
  56. <dfn>\s|#|</dfn>
  57. #T=Dir
  58. <dir>\s|#|</dir>
  59. #T=Div
  60. <div align="|#|">\s</div>
  61. #T=Dl
  62. <dl>
  63.     <dt>\s|#|
  64.     <dd>
  65. </dl>
  66. #T=DocType
  67. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  68. #T=Dt
  69. <dt>
  70. #T=Em
  71. <em>\s|#|</em>
  72. #T=Font
  73. <font size="|#|">\s</font>
  74. #T=Form
  75. <form method=post action="|#|">
  76. \S
  77. </form>
  78. #T=Heading 1
  79. <h1>\s|#|</h1>
  80. #T=Heading 2
  81. <h2>\s|#|</h2>
  82. #T=Heading 3
  83. <h3>\s|#|</h3>
  84. #T=Heading 4
  85. <h4>\s|#|</h4>
  86. #T=Heading 5
  87. <h5>\s|#|</h5>
  88. #T=Heading 6
  89. <h6>\s|#|</h6>
  90. #T=Head
  91. <head>
  92. \S|#|
  93. </head>
  94. #T=Html
  95. <html>
  96. \S|#|
  97. </html>
  98. #T=Image
  99. <img src="|#|" alt="\s" border="0">
  100. #T=Input
  101. <input type="\s" name="|#|">
  102. #T=IsIndex
  103. <isindex>
  104. #T=Italic
  105. <i>\s|#|</i>
  106. #T=Kbd
  107. <kbd>\s|#|</kbd>
  108. #T=Link
  109. <link rel="\s" href="|#|">
  110. #T=List Item
  111. <li>\s
  112. #T=Map
  113. <map name="\s">|#|
  114. </map>
  115. #T=Menu
  116. <menu>\s|#|</menu>
  117. #T=Meta
  118. <meta name="\s" content="|#|">
  119. #T=Numbered List
  120. <ol>
  121.     <li>\s|#|
  122.     <li>
  123. </ol>
  124. #T=Option
  125. <option>\s|#|</option>
  126. #T=Paragraph
  127. <p>\s|#|</p>
  128. #T=Param
  129. <param name="\s" value="|#|">
  130. #T=Pre
  131. <pre>\s|#|</pre>
  132. #T=Samp
  133. <samp>\s|#|</samp>
  134. #T=Script
  135. <script language="|#|Java|#|Script">
  136. <!--
  137. \S
  138. //-->
  139. </script>
  140. #T=Select
  141. <select name="">\s|#|</select>
  142. #T=Small
  143. <small>\s|#|</small>
  144. #T=Strike
  145. <strike>\s|#|</strike>
  146. #T=Strong
  147. <strong>\s|#|</strong>
  148. #T=Style
  149. <style type="text/css" title="|#|">
  150. <!--
  151.     \S
  152. -->
  153. </style>
  154. #T=Sub
  155. <sub>\s|#|</sub>
  156. #T=Sup
  157. <sup>\s|#|</sup>
  158. #T=Table
  159. <table border="0" cellpadding="0" cellspacing="0">
  160.     <tr>
  161.         <td>\s|#|
  162.         </td>
  163.     </tr>
  164. </table>
  165. #T=Td
  166. <td>\s|#|
  167. </td>
  168. #T=TextArea
  169. <textarea name="|#|" rows="" cols="">\s</textarea>
  170. #T=TextFlow
  171. <textflow>\s|#|</textflow>
  172. #T=Th
  173. <th>
  174. #T=Title
  175. <title>\s|#|</title>
  176. #T=Tr
  177. <tr>
  178.     <td>\s|#|
  179.     </td>
  180. </tr>
  181. #T=Tt
  182. <tt>\s|#|</tt>
  183. #T=Underline
  184. <u>\s|#|</u>
  185. #T=Ul
  186. <ul>
  187.     \s|#|
  188. </ul>
  189. #T=Var
  190. <var>\s|#|</var>