PDA

View Full Version : [html] test



JdS
Sat 15th Feb '03, 4:38pm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="/includes/javascripts/burst.js"></script>
<style type="text/css">
<!--
body {
font-family: "Trebuchet MS", Times, serif;
}
-->
</style>
</head>
<body>
<p>This is a test paragraph on GIDForums&trade;.</p>
<p>Another paragraph with a <a href="/index.php" target="_blank">link</a>.</p>
<p>Yet another paragraph, with a line break:<br />
Line break.</p>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src='/images/smilie.gif' alt=":)" />Cell 1</td>
<td>Cell 2</td>
</tr>
<tr>
<td>Cell 3</td>
<td>Cell 4</td>
</tr>
</table>
<form name="form1" id="form1" method="post" action="">
<p>A standard form:</p>
<p>Name:
<input type="text" name="textfield" />
<br />
Email:
<input type="text" name="textfield" />
</p>
<p>Message:<br />
<textarea name="textarea"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit" />
<!-- <input type="submit" name="Submit" value="Submit" /> -->
</p>
</form>
<p>The End.</p>
<p>&nbsp;</p>
</body>
</html>