You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
695 B
18 lines
695 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Sample XHTML</title>
|
|
<link rel='stylesheet' href='test1.css' />
|
|
<link rel='stylesheet' href='test2.css' />
|
|
<link rel='stylesheet' href='test3.css' />
|
|
</head>
|
|
<body id='body1'>
|
|
<p>Sample XHTML for <a id="link1" href="http://code.whytheluckystiff.net/mouseHole/">MouseHole 2</a>.</p>
|
|
<p class='ohmy'>Please filter <a id="link2" href="http://hobix.com/">me</a>!</p>
|
|
<p>The third paragraph</p>
|
|
<p class="last final"><b>THE FINAL PARAGRAPH</b></p>
|
|
</body>
|
|
</html>
|
|
|