<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Comment -->
<title>All things displayed by html2html</title>
<base href="http://dapfy.bei.t-online.de/opera/html2html/">
<script type="text/javascript">
<!-- <![CDATA[
function Zeit() {
  var Jetzt = new Date();
  var Tag = Jetzt.getDate();
  var Monat = Jetzt.getMonth() + 1;
  var Jahr = Jetzt.getYear();
  if(Jahr < 999) Jahr += 1900;
  var Vortag  = ((Tag < 10) ? "0" : "");
  var Vormon  = ((Monat < 10) ? ".0" : ".");
  var Datum = Vortag + Tag + Vormon + Monat  + "." + Jahr;
  document.write("<h1>" + Datum + "<\/h1>")
}
]]> //-->
</script>

<style type="text/css">
body		{ background-color: white }
</style>
</head>


<body>

<h1>All things displayed by html2html</h1>

<img src="http://www.opera.com/graphics/icons/about_sm.gif" width=100 height=100 align=right>

<h2>Lesser Heading</h2>

<h3>Lesser Heading</h3>

<h4>Lesser Heading</h4>

<h5>Lesser Heading</h5>
<h6>Lesser Heading</h6>

A <a href="/">nice hyperlink</a>.

<p>It is <script type="text/javascript">

<!-- <![CDATA[
Zeit();
]]> //-->
</script>
<noscript>
sometime in the universe
</noscript>
.</p>


<p>Logical Formatting<br/>
<strong>strong</strong>,
<em>emphasize</em>,
<strong><em>strong emphasize</em></strong>,
<code>code</code>,
<samp>sample</samp>,
<kbd>keyboard</kbd>,
<var>variable</var>,
<dfn>define</dfn>,
<cite>cite</cite></p>


<p>Physical Formatting<br/>
<b>bold</b>,
<i>italic</i>,
<b><i>bold italic</i></b>,
<tt>teletyper</tt>,
<u>underline</u>,
<strike>strike</strike>,
<s>strike</s>,
<big>big</big>,
<small>small</small>,
x<sup>sup</sup>,
x<sub>sub</sub></p>


<p>Umlauts &Auml;&uuml; with hover display.</p>


<hr noshade="noshade"/>

<blockquote>
Block quoted text.
</blockquote>
<pre>
Preformatted text.
</pre>
<dl>
<dt>Term</dt>
<dd>Definition</dd>

<dt>Another Term</dt>
<dd>Another Definition</dd>

</dl>
<ul></ul>
<table border="1"> <caption><big>Outer</big></caption>
<tr> <th>I</th>
<th>II</th>
<th>III</th>
</tr>
<tr> <td>a</td>
<td>
<table> <caption><big>Inner</big></caption>
<tr> <th>A</th>
<th>B</th>
<th>C</th>
</tr>
<tr> <td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
</td>
<td>c</td>
</tr>
</table>

<form>

<p>A form for you</p>

<input name="vorname" type="text" size="30" maxlength="30" value="Michaela"/>
<textarea name="ta" cols="50" rows="10">
Lots of text floating around for you to change.
</textarea>
</form>


<iframe src="http://www.opera.com/" width="90%" height="80%" name="opera">

<p>Your browser is too old. Go to: <a href="http://www.opera.com/">Opera</a>.</p>

</iframe>


</body>
</html>