html addenda


<html>
<head>
<title>hr1            </title>
</head>
<body bgcolor=yellow text=black>
<h4>
default
<hr>

width=50% align=left
<hr width=50% align=left>

width=50% align=left size=10
<hr width=50% align=left size=10>

width=50% align=left size=15
<hr width=50% align=left size=15>

width=50% align=left size=20
<hr width=50% align=left size=20>

width=50% align=left size=10 noshade
<hr width=50% align=left size=10 noshade>

width=50% align=left size=15 noshade
<hr width=50% align=left size=15 noshade>

width=50% align=left size=20 noshade
<hr width=50% align=left size=20 noshade>

width=50% align=center size=20 noshade
<hr width=50% align=center size=20 noshade>

</body>
</html>

click to view
<html>
<head>
<title>links1            </title>
</head>
<body bgcolor=yellow text=black>
<h4>
default<br>
<ul>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ul>

<br>type=disk<br>
<ul type=disk>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ul>

<br>type=square<br>
<ul type=square>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ul>

<br>type=circle<br>
<ul type=circle>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ul>

</body>
</html>

click to view
<html>
<head>
<title>links2            </title>
</head>
<body bgcolor=yellow text=black>
<h4>
default<br>
<ol>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ol>

<br>type=a<br>
<ol type=a>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ol>

<br>type=A<br>
<ol type=A>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ol>

<br>type=i<br>
<ol type=i>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ol>

<br>type=I<br>
<ol type=I>
      <li>one
      <li>two
      <li>three
      <li>four
      <li>five
</ol>

</body>
</html>

click to view
<html>
<head>
<title>links3            </title>
</head>
<body bgcolor=yellow text=black>
<h4>
<ol>
      <li>one
      <li>two
            <ol type=a>
                  <li>one
                  <li>two
                  <li>three
                  <li>four
                  <li>five
            </ol>
      <li>three
      <li>four
      <li>five
</ol>
                        

<ol type=A>
      <li>one
      <li>two
            <ul type=square>
                  <li>one
                  <li>two
                  <li>three
                  <li>four
                  <li>five
            </ul>
      <li>three
      <li>four
      <li>five
</ol>

</body>
</html>

click to view
<html>
<head>
<title>imglink1      </title>
</head>
<body bgcolor=yellow text=black>
<h4>

normal picture<p>
<IMG SRC="eisenhow.gif" WIDTH=86 HEIGHT=101><p>

img used as link<p>
<a href="ikebio.htm"><IMG SRC="eisenhow.gif" WIDTH=86 HEIGHT=101></a><p>

thumbnail<p>
<a href="ikeimg.htm"><IMG SRC="eisenhow.gif" WIDTH=43 HEIGHT=51></a><p>

</body>
</html>

click to view
<html>
<head>
<title>background1            </title>
</head>
<body bgcolor=yellow text=black background="eisenhow.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view
<html>
<head>
<title>background2            </title>
</head>
<body bgcolor=yellow text=black background="icon_ps20.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view
<html>
<head>
<title>background3            </title>
</head>
<body bgcolor=yellow text=black background="splat2.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view
<html>
<head>
<title>background4            </title>
</head>
<body bgcolor=yellow text=black background="next2.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view
<html>
<head>
<title>background5            </title>
</head>
<body bgcolor=yellow text=black background="frctl2.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view
<html>
<head>
<title>background6       </title>
</head>
<body bgcolor=yellow text=black background="goldcrkl2.gif">
<h4>
<h1><center>how about this for background?</center></h1>
</body>
</html>

click to view