summaryrefslogtreecommitdiffstats
path: root/test/tags.html
blob: 3f405ecae009b6c51090d04af57d0b328fb58aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Tags to Test Color-Style</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link href="nobody" rev="made">
</HEAD>

<BODY alink="green" bgcolor="yellow">
<!-- ====================================================================== -->
<br>
<h1>Content of an H1 Tag</h1>
Text after an H1 Tag.
<p>Paragraph after an H1 Tag.
<br>
<h2>Content of an H2 Tag</h2>
Text after an H2 Tag.
<p>Paragraph after an H2 Tag.
<br>
<h3>Content of an H3 Tag</h3>
Text after an H3 Tag.
<p>Paragraph after an H3 Tag.
<br>
<h4>Content of an H4 Tag</h4>
Text after an H4 Tag.
<p>Paragraph after an H4 Tag.
<br>
<h5>Content of an H5 Tag</h5>
Text after an H5 Tag.
<p>Paragraph after an H5 Tag.
<br>
<h6>Content of an H6 Tag</h6>
Text after an H6 Tag.
<p>Paragraph after an H6 Tag.
<!-- ====================================================================== -->
This is an <a href="#imagemap">"a"</a> tag.
<br>
This is an <address>"address"</address> tag.
<br>
This is a <b>"b"</b> tag.
<br>
This is a <big>"big"</big> tag.
<br>
Before quote, <blockquote>this is a "blockquote"</blockquote>, after quote.
<br>
This is a <center>"center"</center> tag.
<br>
This is a <cite>"cite"</cite> tag.
<br>
This is a <code>"code"</code> tag.
<br>
This is a <div>div</div> tag.
<br>
This is an <em>"em"</em> tag.
<br>
This is a <font>"font"</font> tag.
<!-- ====================================================================== -->
<br>
This is an <hr>"hr"<hr> tag.
<br>
This is an <i>"i"</i> tag.
<br>
This is an <iframe>"iframe"</iframe> tag.
<br>
This is an <img alt="img" src="image.jpg"> tag.
<br>
This is an <label>"label"</label> tag.
<br>
map:		normal:			lightgray:	blue
<br>
<pre>
This is
pre-formatted
text (three lines, with pre's on preceding/following lines).
</pre>
<br>
This is a <q>"q"</q>tag.
<br>
This is a <samp>"samp"</samp> tag.
<br>
This is a <small>"small"</small> tag.
<br>
This is a <strong>"strong"</strong> tag.
<br>
This is a <sub>"sub"</sub> tag.
<br>
This is a <sup>"sup"</sup> tag.
<br>
This is a <tt>"tt"</tt> tag.
<br>
This is a <var>"var"</var> tag.
<!-- ====================================================================== -->
<h1>Forms</h1>
<hr>
<form action="http://localhost/cgi-bin/bogus-parms" method="get">
First: <input type="text" name="First" size=20>
Last: <input type="text" name="Last" size=20>
Description: <textarea rows=3 cols=40>
contents of textarea
</textarea>
<hr>
<input type="submit" value="Submit this form">
<br>
<input type="reset" value="Reset this form">
</form>

<h1 align="left">Another form</h1>
<hr>
<form action="http://localhost/cgi-bin/bogus-parms" method="get">
<hr>
<input type="checkbox" value="first">first
<br><input type="checkbox" value="second">second
<br><input type="checkbox" value="third">third
<br><input type="checkbox" value="">empty
<hr>
<input type="submit" value="done">done
</form>

<h1 align="right">Another form</h1>
<hr>
<form action="http://localhost/cgi-bin/bogus-parms" method="get">
<select>
<option>first option</option>
<option>second option</option>
<option>third option</option>
</select>
<hr>
<input type="submit" value="Submit this form">
<br>
<input type="reset" value="Reset this form">
</form>
<!-- ====================================================================== -->
<table border=2 summary="unquoted table">
<caption>Unquoted Table</caption>
<tr>
<td>First:</td>
<td>the first row</td>
<td>short</td>
<td>last</td></tr>
<tr>
<td>Second:</td>
<td>the second row</td>
<td>very long string</td>
<td>lower-right</td></tr>
</table>
<!-- ====================================================================== -->
<blockquote><table border=2 summary="quoted table">
<caption>Quoted Table</caption>
<tr>
<td>First:</td>
<td>the first row</td>
<td>very long string</td>
<td>last</td></tr>
<tr>
<td>Second:</td>
<td>the second row</td>
<td>short</td>
<td>lower-right</td></tr>
</table></blockquote>
<!-- ====================================================================== -->
<br>
<h1>An image map</h1>
<map name="IMAGEMAP">
<area alt="Square" shape="rect" coords="18,18,82,80" href="square.html">
<area alt="Circle" shape="circle" coords="127,48,31" href="circle.html">
<area alt="Triangle" shape="poly" coords="232,78,303,78,263,14,232,76"
   href="triangle.html">
   </map>
<!-- ====================================================================== -->
<br>
<h1>Definition List</h1>
This is an definition list:
<dl>
<dt>the first dt
<dd>the first dd
<dt>the second dt
<dd>the second dd
<dl>
<dt>the first dt
<dd>the first dd
<dt>the second dt
<dd>the second dd
<dt>the third dt
<dd>the third dd
</dl>
<dt>the third dt
<dd>the third dd
</dl>
<!-- ====================================================================== -->
<br>
<h1>Unordered List</h1>
This is an unordered list:
<ul>
<li>first item
<li>second item
<ul>
<li>first item
<li>second item
<li>third item
</ul>
<li>third item
</ul>
<!-- ====================================================================== -->
<br>
<h1>Ordered List</h1>
This is an ordered list:
<ol>
<li>first item
<li>second item
<ol>
<li>first item
<li>second item
<li>third item
</ol>
<li>third item
</ol>

</BODY>
</HTML>