Hi!

while testing the aminet html datatypes I've found a handy page for testing
different styles and fonts!

I've compared the results between (alpha order! :-) AWebII, IBrowse 2.2, IE 5
and Voyager 3.2

The only browser which implements all the tags is IE5, then AWeb for almost
everything then IB and finally V...

I think this page can be used to improve the tags implementation!!

It would be nice to have V use a config page like AWeb with styles
definition!

    Ciao, Giangi

---8<---
<html>

<body bgcolor="#DFDFDF">

<ol>
  <li><a HREF="#Lists">Lists</a> </li>
  <li><a HREF="#Paragraphs">Paragraphs</a> </li>
  <li><a HREF="#Fonts">Fonts</a> </li>
  <li><a HREF="#Styles">Font styles</a> </li>
</ol>

<hr>

<h3><a name="Lists">Lists</a></h3>

<p>Unorderer list

<ul>
  <li>First item</li>
  <li>Second item<br>
    with two lines</li>
</ul>

<p>Ordered list

<ol>
  <li>First item</li>
  <li>Second item</li>
</ol>

<p>Definition list

<dl>
  <dt>foo</dt>
  <dd>explain <samp>foo</samp> </dd>
  <dt>samp</dt>
  <dt>samp2</dt>
  <dd>explain samples <samp>samp</samp> and <samp>samp2</samp> </dd>
</dl>

<p>Nested lists

<ul>
  <li>Hello<br>
    second level <ul>
      <li>item <ol>
          <li>third<br>
            level item </li>
          <li>wow </li>
          <li>test </li>
        </ol>
      </li>
      <li>next item </li>
      <li>last second<br>
        level item </li>
    </ul>
  </li>
  <li>Here I am </li>
  <li>last first<br>
    level item </li>
</ul>

<h3><a name="Paragraphs">Paragraphs</a></h3>

<p ALIGN="RIGHT">This paragraph is right aligned.</p>

<p ALIGN="CENTER">This paragraph is centered</p>

<p ALIGN="LEFT">This paragraph is left aligned</p>

<h3><a name="Fonts">Fonts</a></h3>

<p><font SIZE="7">&lt;FONT SIZE=7&gt;</font><br>
<font SIZE="6">&lt;FONT SIZE=6&gt;</font><br>
<font SIZE="5">&lt;FONT SIZE=5&gt;</font><br>
<font SIZE="4">&lt;FONT SIZE=4&gt;</font><br>
<font SIZE="3">&lt;FONT SIZE=3&gt;</font><br>
<font SIZE="2">&lt;FONT SIZE=2&gt;</font><br>
<font SIZE="1">&lt;FONT SIZE=1&gt;</font><br>
<font SIZE="+4">&lt;FONT SIZE=+4&gt;</font><br>
<font SIZE="+3">&lt;FONT SIZE=+3&gt;</font><br>
<font SIZE="+2">&lt;FONT SIZE=+2&gt;</font><br>
<font SIZE="+1">&lt;FONT SIZE=+1&gt;</font><br>
<font SIZE="-1">&lt;FONT SIZE=-1&gt;</font><br>
<font SIZE="-2">&lt;FONT SIZE=-2&gt;</font><br>
<font SIZE="-3">&lt;FONT SIZE=-3&gt;</font><br>
<font SIZE="-4">&lt;FONT SIZE=-4&gt;</font></p>

<p><font COLOR="Black">Black text</font> , <font COLOR="Green">Green text</font> , 
<font
COLOR="Silver">Silver text</font> , <font COLOR="Lime">Lime text</font> , <font
COLOR="Gray">Gray text</font> , <font COLOR="Olive">Olive text</font> , <font
COLOR="White">White text</font> , <font COLOR="Yellow">Yellow text</font> , <font
COLOR="Maroon">Maroon text</font> , <font COLOR="Navy">Navy text</font> , <font
COLOR="Red">Red text</font> , <font COLOR="Blue">Blue text</font> , <font 
COLOR="Purple">Purple
text</font> , <font COLOR="Teal">Teal text</font> , <font COLOR="Fuchsia">Fuchsia 
text</font>
, <font COLOR="Aqua">Aqua text</font> </p>

<p><a name="Styles"><tt>&lt;tt&gt;</tt></a> /tt<br>
<strike>&lt;strike&gt;</strike> /strike<br>
<small>&lt;small&gt;</small> /small<br>
<big>&lt;big&gt;</big> /big<br>
<sub>&lt;sub&gt;</sub> /sub<br>
<sup>&lt;sup&gt;</sup> /sup<br>
<em>&lt;em&gt;</em> /em<br>
<cite>&lt;cite&gt;</cite> /cite<br>
<strong>&lt;strong&gt;</strong> /strong<br>
<code>&lt;code&gt;</code> /code<br>
<samp>&lt;samp&gt;</samp> /samp<br>
<kbd>&lt;kbd&gt;</kbd> /kbd<br>
<var>&lt;var&gt;</var> /var<br>
<dfn>&lt;dfn&gt;</dfn> /dfn</p>
</body>
</html>
---8<---

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to