tags.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tags to Test Color-Style</TITLE>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  6. <link href="nobody" rev="made">
  7. </HEAD>
  8. <BODY alink="green" bgcolor="yellow">
  9. <!-- ====================================================================== -->
  10. <br>
  11. <h1>Content of an H1 Tag</h1>
  12. Text after an H1 Tag.
  13. <p>Paragraph after an H1 Tag.
  14. <br>
  15. <h2>Content of an H2 Tag</h2>
  16. Text after an H2 Tag.
  17. <p>Paragraph after an H2 Tag.
  18. <br>
  19. <h3>Content of an H3 Tag</h3>
  20. Text after an H3 Tag.
  21. <p>Paragraph after an H3 Tag.
  22. <br>
  23. <h4>Content of an H4 Tag</h4>
  24. Text after an H4 Tag.
  25. <p>Paragraph after an H4 Tag.
  26. <br>
  27. <h5>Content of an H5 Tag</h5>
  28. Text after an H5 Tag.
  29. <p>Paragraph after an H5 Tag.
  30. <br>
  31. <h6>Content of an H6 Tag</h6>
  32. Text after an H6 Tag.
  33. <p>Paragraph after an H6 Tag.
  34. <!-- ====================================================================== -->
  35. This is an <a href="#imagemap">"a"</a> tag.
  36. <br>
  37. This is an <address>"address"</address> tag.
  38. <br>
  39. This is a <b>"b"</b> tag.
  40. <br>
  41. This is a <big>"big"</big> tag.
  42. <br>
  43. Before quote, <blockquote>this is a "blockquote"</blockquote>, after quote.
  44. <br>
  45. This is a <center>"center"</center> tag.
  46. <br>
  47. This is a <cite>"cite"</cite> tag.
  48. <br>
  49. This is a <code>"code"</code> tag.
  50. <br>
  51. This is a <div>div</div> tag.
  52. <br>
  53. This is an <em>"em"</em> tag.
  54. <br>
  55. This is a <font>"font"</font> tag.
  56. <!-- ====================================================================== -->
  57. <br>
  58. This is an <hr>"hr"<hr> tag.
  59. <br>
  60. This is an <i>"i"</i> tag.
  61. <br>
  62. This is an <iframe>"iframe"</iframe> tag.
  63. <br>
  64. This is an <img alt="img" src="image.jpg"> tag.
  65. <br>
  66. This is an <label>"label"</label> tag.
  67. <br>
  68. map: normal: lightgray: blue
  69. <br>
  70. <pre>
  71. This is
  72. pre-formatted
  73. text (three lines, with pre's on preceding/following lines).
  74. </pre>
  75. <br>
  76. This is a <q>"q"</q>tag.
  77. <br>
  78. This is a <samp>"samp"</samp> tag.
  79. <br>
  80. This is a <small>"small"</small> tag.
  81. <br>
  82. This is a <strong>"strong"</strong> tag.
  83. <br>
  84. This is a <sub>"sub"</sub> tag.
  85. <br>
  86. This is a <sup>"sup"</sup> tag.
  87. <br>
  88. This is a <tt>"tt"</tt> tag.
  89. <br>
  90. This is a <var>"var"</var> tag.
  91. <!-- ====================================================================== -->
  92. <h1>Forms</h1>
  93. <hr>
  94. <form action="http://localhost/cgi-bin/bogus-parms" method="get">
  95. First: <input type="text" name="First" size=20>
  96. Last: <input type="text" name="Last" size=20>
  97. Description: <textarea rows=3 cols=40>
  98. contents of textarea
  99. </textarea>
  100. <hr>
  101. <input type="submit" value="Submit this form">
  102. <br>
  103. <input type="reset" value="Reset this form">
  104. </form>
  105. <h1 align="left">Another form</h1>
  106. <hr>
  107. <form action="http://localhost/cgi-bin/bogus-parms" method="get">
  108. <hr>
  109. <input type="checkbox" value="first">first
  110. <br><input type="checkbox" value="second">second
  111. <br><input type="checkbox" value="third">third
  112. <br><input type="checkbox" value="">empty
  113. <hr>
  114. <input type="submit" value="done">done
  115. </form>
  116. <h1 align="right">Another form</h1>
  117. <hr>
  118. <form action="http://localhost/cgi-bin/bogus-parms" method="get">
  119. <select>
  120. <option>first option</option>
  121. <option>second option</option>
  122. <option>third option</option>
  123. </select>
  124. <hr>
  125. <input type="submit" value="Submit this form">
  126. <br>
  127. <input type="reset" value="Reset this form">
  128. </form>
  129. <!-- ====================================================================== -->
  130. <table border=2 summary="unquoted table">
  131. <caption>Unquoted Table</caption>
  132. <tr>
  133. <td>First:</td>
  134. <td>the first row</td>
  135. <td>short</td>
  136. <td>last</td></tr>
  137. <tr>
  138. <td>Second:</td>
  139. <td>the second row</td>
  140. <td>very long string</td>
  141. <td>lower-right</td></tr>
  142. </table>
  143. <!-- ====================================================================== -->
  144. <blockquote><table border=2 summary="quoted table">
  145. <caption>Quoted Table</caption>
  146. <tr>
  147. <td>First:</td>
  148. <td>the first row</td>
  149. <td>very long string</td>
  150. <td>last</td></tr>
  151. <tr>
  152. <td>Second:</td>
  153. <td>the second row</td>
  154. <td>short</td>
  155. <td>lower-right</td></tr>
  156. </table></blockquote>
  157. <!-- ====================================================================== -->
  158. <br>
  159. <h1>An image map</h1>
  160. <map name="IMAGEMAP">
  161. <area alt="Square" shape="rect" coords="18,18,82,80" href="square.html">
  162. <area alt="Circle" shape="circle" coords="127,48,31" href="circle.html">
  163. <area alt="Triangle" shape="poly" coords="232,78,303,78,263,14,232,76"
  164. href="triangle.html">
  165. </map>
  166. <!-- ====================================================================== -->
  167. <br>
  168. <h1>Definition List</h1>
  169. This is an definition list:
  170. <dl>
  171. <dt>the first dt
  172. <dd>the first dd
  173. <dt>the second dt
  174. <dd>the second dd
  175. <dl>
  176. <dt>the first dt
  177. <dd>the first dd
  178. <dt>the second dt
  179. <dd>the second dd
  180. <dt>the third dt
  181. <dd>the third dd
  182. </dl>
  183. <dt>the third dt
  184. <dd>the third dd
  185. </dl>
  186. <!-- ====================================================================== -->
  187. <br>
  188. <h1>Unordered List</h1>
  189. This is an unordered list:
  190. <ul>
  191. <li>first item
  192. <li>second item
  193. <ul>
  194. <li>first item
  195. <li>second item
  196. <li>third item
  197. </ul>
  198. <li>third item
  199. </ul>
  200. <!-- ====================================================================== -->
  201. <br>
  202. <h1>Ordered List</h1>
  203. This is an ordered list:
  204. <ol>
  205. <li>first item
  206. <li>second item
  207. <ol>
  208. <li>first item
  209. <li>second item
  210. <li>third item
  211. </ol>
  212. <li>third item
  213. </ol>
  214. </BODY>
  215. </HTML>