home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0038.bin < prev    next >
Encoding:
Text File  |  2003-04-14  |  3.4 KB  |  172 lines

  1. XML declaration
  2. <?xml version="" ?>
  3. XML declaration (including all attributes)
  4. <?xml version="" encoding="" standalone="" ?>
  5. XHTML 1.0 Strict DTD
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  7. XHTML 1.0 Transitional DTD
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  9. XHTML 1.0 Frameset DTD
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
  11. document root element
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"></html>
  13. anchor
  14. <a></a>
  15. abbreviated form
  16. <abbr></abbr>
  17. acronym
  18. <acronym></acronym>
  19. information on author
  20. <address></address>
  21. client-side image map area
  22. <area shape="" alt="" />
  23. bold text style
  24. <b></b>
  25. document base URI
  26. <base href="" />
  27. I18N BiDi over-ride
  28. <bdo dir=""></bdo>
  29. large text style
  30. <big></big>
  31. long quotation
  32. <blockquote></blockquote>
  33. document body
  34. <body></body>
  35. forced line break
  36. <br />
  37. push button
  38. <button type=""></button>
  39. table caption
  40. <caption></caption>
  41. citation
  42. <cite></cite>
  43. computer code fragment
  44. <code></code>
  45. table column
  46. <col span="" />
  47. table column group
  48. <colgroup span="1"></colgroup>
  49. definition description
  50. <dd></dd>
  51. deleted text
  52. <del></del>
  53. instance definition
  54. <dfn></dfn>
  55. generic language/style container
  56. <div></div>
  57. definition list
  58. <dl></dl>
  59. definition term
  60. <dt></dt>
  61. emphasis
  62. <em></em>
  63. form control group
  64. <fieldset></fieldset>
  65. interactive form
  66. <form action="" method=""></form>
  67. subwindow
  68. <frame frameborder="" scrolling="" />
  69. window subdivision
  70. <frameset></frameset>
  71. heading 1
  72. <h1></h1>
  73. heading 2
  74. <h2></h2>
  75. heading 3
  76. <h3></h3>
  77. heading 4
  78. <h4></h4>
  79. heading 5
  80. <h5></h5>
  81. heading 6
  82. <h6></h6>
  83. document head
  84. <head></head>
  85. horizontal rule
  86. <hr />
  87. italic text style
  88. <i></i>
  89. inline subwindow
  90. <iframe frameborder="" scrolling=""></iframe>
  91. embedded image
  92. <img src="" alt="" />
  93. form control
  94. <input type="" />
  95. inserted text
  96. <ins></ins>
  97. text to be entered by the user 
  98. <kbd></kbd>
  99. form field label text
  100. <label></label>
  101. fieldset legend
  102. <legend></legend>
  103. list item
  104. <li></li>
  105. a media-independent link
  106. <link></link>
  107. client-side image map
  108. <map id="" name=""></map>
  109. generic metainformation
  110. <meta content="" />
  111. alternate content container for non frame-based rendering
  112. <noframes></noframes>
  113. alternate content container for non script-based rendering
  114. <noscript></noscript>
  115. generic embedded object
  116. <object></object>
  117. ordered list
  118. <ol></ol>
  119. option group
  120. <optgroup></optgroup>
  121. selectable choice
  122. <option></option>
  123. paragraph
  124. <p></p>
  125. named property value
  126. <param id="" name="" valuetype="" />
  127. preformatted text
  128. <pre></pre>
  129. short inline quotation
  130. <q></q>
  131. sample program output, scripts, etc.
  132. <samp></samp>
  133. script statements
  134. <script type=""></script>
  135. option selector
  136. <select></select>
  137. small text style
  138. <small></small>
  139. generic language/style container
  140. <span></span>
  141. strong emphasis
  142. <strong></strong>
  143. style info
  144. <style type=""></style>
  145. subscript
  146. <sub></sub>
  147. superscript
  148. <sup></sup>
  149. table
  150. <table></table>
  151. table body
  152. <tbody></tbody>
  153. table data cell
  154. <td rowspan="" colspan=""></td>
  155. multi-line text field
  156. <textarea rows="" cols=""></textarea>
  157. table footer
  158. <tfoot></tfoot>
  159. table header cell
  160. <th rowspan="" colspan=""></th>
  161. table header
  162. <thead></thead>
  163. document title
  164. <title></title>
  165. table row
  166. <tr></tr>
  167. teletype or monospaced text style
  168. <tt></tt>
  169. unordered list
  170. <ul></ul>
  171. instance of a variable or program argument
  172. <var></var>