File: ValidateXHTML1_0Trans.html

package info (click to toggle)
jhove 1.20.1-5
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster
  • size: 274,372 kB
  • sloc: java: 68,534; sh: 1,627; xml: 1,316; perl: 60; makefile: 4
file content (75 lines) | stat: -rw-r--r-- 2,395 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<title>XHTL 1.0 Transitional document</title>
	<meta name="generator" content="BBEdit 6.5.3" />
	<meta name="author" content="Gary McGath"></meta>
	<style type="text/css">
	.ccfy { font-size: 16pt; }
	.ftr	
	{
		font-size: large;
		font-weight: bold;
	}
	</style></head>
<body>
<div align="center">
<img src="image.gif" align="left" name="image" alt="There really isn't any file" ismap="ismap"/>
<p>
This is a test document which conforms to XHTML 1.0 Transitional.
It has been tested with BBEdit and <a href="http://www.icab.de">iCab</a>.  It has some <font face="arial,sans-serif" color="black" size="3">features</font> 
which are intentionally unusual and may cause warning messages,
but which are strictly legal.  The equivalent file is
not valid under HTML 4.01 strict or 4.0 transitional.
</p><p id="A1">
It isn't intended to look good.<br/></p>
<dir>
	<li>This is a directory.</li>
</dir>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<table border="1" width="440" cellspacing="4" rules="rows" align="center" bgcolor="#CCFFCC">
	<thead valign="top">
	<tr>
		<td align="left" class="ccfy" nowrap="nowrap">
Cell
		</td>
	</tr>
	</thead>
<tr>
<td>Table</td>
</tr>
</table>
<applet width="220" height="210" codebase="codebase.jar">
<param name="x" value="1" />
</applet>
<ol type="a">
	<li>List items can be closed</li>
	<li>And in XHTML, they <u>have to be</u></li>
	<li>We can use <i>italics</i> and <strike>strikethrough</strike>.
	    iCab grumbles, but they are 100% legal in transitional.</li>
	<li>We can even use <code>computer code style</code></li>
</ol>
</div>
<pre>
Preformatted text looks boring, by design
</pre>
<center>Centered text, not allowed in Strict</center>
<blockquote>
Naked text in a blockquote is OK in transitional documents, but not
in strict ones.
</blockquote>
<p>Test of block elements.</p>
<address>nobody@nowhere.invalid</address>
<del cite="xxx">Deleted text</del>
<ins cite="yyy">Inserted text</ins>
<hr align="center" noshade="noshade" size="2" />
</body>
</html>