about summary refs log tree commit diff
path: root/third_party/lisp/s-xml/test/xhtml-page.xml
blob: 79f3ae3bade6d5739f8691e4f4c9ee66e3fe659a (plain) (blame)
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>

<title>XHTML Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta name="Keywords" content="XML,tutorial,HTML,DHTML,CSS,XSL,XHTML,JavaScript,ASP,ADO,VBScript,DOM,authoring,programming,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,demos,tips,links,FAQ,tag list,forms,frames,color table,W3C,Cascading Style Sheets,Active Server Pages,Dynamic HTML,Internet database development,Webbuilder,Sitebuilder,Webmaster,HTMLGuide,SiteExpert" />
<meta name="Description" content="HTML,CSS,JavaScript,DHTML,XML,XHTML,ASP,ADO and VBScript tutorial from W3Schools." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<link rel="stylesheet" type="text/css" href="../stdtheme.css" />

</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="775">
<tr>
<td width="140" class="content" valign="top">
<br />
<a class="left" href="../default.asp" target="_top"><b>HOME</b></a><br />
<br />
<b>XHTML Tutorial</b><br />
<a class="left" target="_top" href="default.asp" style='font-weight:bold;color:#000000;background-color:transparent;'>XHTML HOME</a><br />
<a class="left" target="_top" href="xhtml_intro.asp" >XHTML Introduction</a><br />
<a class="left" target="_top" href="xhtml_why.asp" >XHTML Why</a><br />
<a class="left" target="_top" href="xhtml_html.asp" >XHTML v HTML</a><br />
<a class="left" target="_top" href="xhtml_syntax.asp" >XHTML Syntax</a><br />
<a class="left" target="_top" href="xhtml_dtd.asp" >XHTML DTD</a><br />
<a class="left" target="_top" href="xhtml_howto.asp" >XHTML HowTo</a><br />
<a class="left" target="_top" href="xhtml_validate.asp" >XHTML Validation</a><br />
<br />
<b>Quiz</b>
<br />
<a class="left" target="_top" href="xhtml_quiz.asp" >XHTML Quiz</a><br />
<br />
<b>References</b>
<br />
<a class="left" target="_top" href="xhtml_reference.asp" >XHTML Tag List</a><br />
<a class="left" target="_top" href="xhtml_standardattributes.asp" >XHTML Attributes</a><br />
<a class="left" target="_top" href="xhtml_eventattributes.asp" >XHTML Events</a><br />
</td>
<td width="490" valign="top">
<table width="100%" bgcolor="#FFFFFF" border="1" cellpadding="7" cellspacing="0">
<tr>
<td>
<center>
<a href="http://ad.doubleclick.net/jump/N1951.w3schools/B1097963;sz=468x60;ord=[timestamp]?" target="_new">
<img src="http://ad.doubleclick.net/ad/N1951.w3schools/B1097963;sz=468x60;ord=[timestamp]?" 
border="0" width="468" height="60" alt="Corel XMetal 3" /></a>


<br />Please Visit Our Sponsors !
</center>
<h1>XHTML Tutorial</h1>
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" alt="Previous" /></a>
<a href="xhtml_intro.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<hr />

<h2>XHTML Tutorial</h2>
<p>XHTML is the next generation of HTML! In our XHTML tutorial you will learn the difference between HTML and XHTML, and how to use XHTML in your future
applications. You will also see how we converted this Web site into XHTML. <a href="xhtml_intro.asp">Start&nbsp;Learning
XHTML!</a></p>

<h2>XHTML Quiz Test</h2>
<p>Test your XHTML skills at W3Schools! <a href="xhtml_quiz.asp">Start XHTML
Quiz!</a>&nbsp;</p>

<h2>XHTML References</h2>
<p>At W3Schools you will find complete XHTML references about tags, attributes
and events. <a href="xhtml_reference.asp">XHTML 1.0 References</a>.</p>
<hr />
<h2>Table of Contents</h2>
<p><a href="xhtml_intro.asp">Introduction to XHTML</a><br />
This chapter gives a brief introduction to XHTML and explains what XHTML is.</p>
<p><a href="xhtml_why.asp">XHTML - Why?</a><br />
This chapter explains why we needed a new language like XHTML.</p>
<p><a href="xhtml_html.asp">Differences between XHTML and HTML</a><br />
This chapter explains the main differences in syntax between XHTML and HTML.</p>
<p><a href="xhtml_syntax.asp">XHTML Syntax</a>&nbsp;<br />
This chapter explains the basic syntax of XHTML.</p>
<p><a href="xhtml_dtd.asp">XHTML DTD</a>&nbsp;<br />
This chapter explains the three different XHTML Document Type Definitions.</p>
<p><a href="xhtml_howto.asp">XHTML HowTo</a><br />
This chapter explains how this web site was converted from HTML to XHTML.</p>
<p><a href="xhtml_validate.asp">XHTML Validation</a><br />
This chapter explains how to validate XHTML documents.</p>
<hr />
<h2>XHTML References</h2>
<p><a href="xhtml_reference.asp">XHTML 1.0 Reference<br />
</a>Our complete XHTML 1.0 reference is an alphabetical list of all XHTML tags
with lots of&nbsp; examples and tips.</p>
<p><a href="xhtml_standardattributes.asp">XHTML 1.0 Standard Attributes<br />
</a>All the tags have attributes. The attributes for each tag are listed in the
examples in the &quot;XHTML 1.0 Reference&quot; page. The attributes listed here
are the core and language attributes all the tags has as standard (with
few exceptions). This reference describes the attributes, and shows possible
values for each.</p>
<p><a href="xhtml_eventattributes.asp">XHTML 1.0 Event Attributes<br />
</a>All the standard event attributes of the tags. This reference describes the attributes, and shows possible
values for each.</p>
<hr />
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="xhtml_intro.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>


<hr />
<p>
Jump to: <a href="#top" target="_top"><b>Top of Page</b></a>
or <a href="/" target="_top"><b>HOME</b></a> or
<a href='/xhtml/default.asp?output=print' target="_blank">
<img src="../images/print.gif" alt="Printer Friendly" border="0" />
<b>Printer friendly page</b></a>
</p>
<hr />

<h2>Search W3Schools:</h2>
<form method="get" name="searchform" action="http://www.google.com/search" target="_blank">
<input type="hidden" name="as_sitesearch" value="www.w3schools.com" />
<input type="text" size="30" name="as_q" />
<input type="submit" value=" Go! " />
</form>

<hr />
<h2>What Others Say About Us</h2>
<p>Does the world know about us? Check out these places:</p>
<p>
<a href="http://search.dogpile.com/texis/search?q=W3schools" target="_blank">Dogpile</a>
<a href="http://www.altavista.com/cgi-bin/query?q=W3Schools" target="_blank">Alta Vista</a>
<a href="http://search.msn.com/results.asp?q=W3Schools" target="_blank">MSN</a>
<a href="http://www.google.com/search?q=W3Schools" target="_blank">Google</a>
<a href="http://search.excite.com/search.gw?search=W3Schools" target="_blank">Excite</a>
<a href="http://search.lycos.com/main/?query=W3Schools" target="_blank">Lycos</a>
<a href="http://search.yahoo.com/search?p=w3schools" target="_blank">Yahoo</a>
<a href="http://www.ask.com/main/askJeeves.asp?ask=W3Schools" target="_blank">Ask Jeeves</a>
</p>
<hr />
<h2>We Help You For Free. You Can Help Us!</h2>
<ul>
<li><a href="../tellyourgroup.htm" target="blank">Tell your newsgroup or mailing list</a></li>
<li><a href="../about/about_linking.asp">Link to us from your pages</a></li>
<li><a href="../about/about_helpers.asp">Help us correct errors and broken links</a></li>
<li><a href="../about/about_helpers.asp">Help us with spelling and grammar</a></li>
<li><a href="http://validator.w3.org/check/referer" target="_blank">Validate the XHTML code of this page</a></li>
</ul>

<hr />
<p>
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
<a href="../about/about_copyright.asp">terms of use</a> and 
<a href="../about/about_privacy.asp">privacy policy</a>.</p>
<p>
<a href="../about/about_copyright.asp">Copyright 1999-2002</a> by Refsnes Data. All Rights Reserved</p>
<hr />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr>
<td width="25%" align="left">
<a href="http://validator.w3.org/check/referer" target="_blank">
<img src="../images/vxhtml.gif" alt="Validate" width="88" height="31" border="0" /></a>
</td>
<td width="50%" align="center">
<a href="../xhtml/" target="_top">How we converted to XHTML</a>
</td>
<td width="25%" align="right">
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">
<img src="../images/vcss.gif" alt="Validate" width="88" height="31" border="0" /></a>
</td>
</tr></table>
</td>
</tr>
</table>
</td>


 
<td width="144" align="center" valign="top">

<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><tr>
<td align="center" class="right"><br />

<a href="http://www.dotnetcharting.com" target="_blank"><img src="../images/dnc-icon.gif" alt="Web charting" border="0" /></a>
<br />
<a class="right" href="http://www.dotnetcharting.com" target="_blank">Web based charting<br />for ASP.NET</a>

<br /><br />
</td></tr></table>

<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><tr>
<td align="center" class="right">
<br />
<a href="../hosting/default.asp">
Your own Web Site?<br />
<br />Read W3Schools
<br />Hosting Tutorial</a>
<br />
<br />
</td></tr></table>

<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><tr>
<td align="center" class="right">
<br />
<a class="red" href="http://www.dotdnr.com" target="_blank">$15 Domain Name<br />Registration<br />Save $20 / year!</a>
<br />
<br />
</td></tr></table>



<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0">
<tr><td align="center" class="right">
<br />
<b>SELECTED LINKS</b>
<br /><br />
<a class="right" href="http://opogee.com/clk/dangtingcentiaonie" target="_blank">University Online<br />
Master Degree<br />Bachelor Degree</a>
<br /><br />
<a class="right" href="../software/default.asp" target="_top">Web Software</a>
<br /><br />
<a class="right" href="../appml/default.asp" target="_top">The Future of<br />Web Development</a>
<br /><br />
<a class="right" href="../careers/default.asp" target="_top">Jobs and Careers</a>
<br /><br />
<a class="right" href="../site/site_security.asp" target="_top">Web Security</a>
<br />
<a class="right" href="../browsers/browsers_stats.asp" target="_top">Web Statistics</a>
<br />
<a class="right" href="../w3c" target="_top">Web Standards</a>
<br /><br />
</td></tr></table>


<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><tr>
<td align="center" class="right">
<br />

<b>Recommended<br />
Reading:</b><br /><br />

<a class="right" target="_blank"
href="http://www.amazon.com/exec/obidos/ASIN/059600026X/w3schools03">
<img src="../images/book_amazon_xhtml.jpg" border="0" alt="HTML XHTML" /></a>


<br /><br /></td>
</tr></table>

<table border="1" width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><tr>
<td align="center" class="right">
<br />
<b>PARTNERS</b><br />
<br />
<a class="right" href="http://www.W3Schools.com" target="_blank">W3Schools</a><br />
<a class="right" href="http://www.topxml.com" target="_blank">TopXML</a><br />
<a class="right" href="http://www.visualbuilder.com" target="_blank">VisualBuilder</a><br />
<a class="right" href="http://www.xmlpitstop.com" target="_blank">XMLPitstop</a><br />
<a class="right" href="http://www.developersdex.com" target="_blank">DevelopersDex</a><br />
<a class="right" href="http://www.devguru.com" target="_blank">DevGuru</a><br />
<a class="right" href="http://www.programmersheaven.com/" target="_blank">Programmers Heaven</a><br />
<a class="right" href="http://www.codeproject.com" target="_blank">The Code Project</a><br />
<a class="right" href="http://www.tek-tips.com" target="_blank">Tek Tips Forum</a><br />
<a class="right" href="http://www.zvon.ORG/" target="_blank">ZVON.ORG</a><br />
<a class="right" href="http://www.topxml.com/search.asp" target="_blank">TopXML Search</a><br />
<br />
</td>
</tr></table>
</td></tr></table>

</body>
</html>