- From: John Russell <ve3ll@rac.ca>
- Date: Thu, 11 Sep 2003 12:15:19 -0400 (EDT)
- To: www-amaya@w3.org
- Message-ID: <3F606713.4853.C5F54F@localhost>
Included is a small test of the hr element when it is shorter than display area .... not completed and following stuff continues on same line .... newline missing somehow -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<?xml version="1.0"?> <!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>Java Tutorials - Table of Contents</title> <style type="text/css"> body {color:black; background:lightyellow; margin:40px; margin-top:0px; border:0px; padding:0px; font-family:"times New Roman", serif; font-size:12pt} div {margin:0px; border:0px; padding:0px} div#col1 {margin-left:12px; width:45%; float:left} div#col2 {margin-left:0px; width:50%; border-left:solid 5px #fedfed;padding-left:15px;float:right} div#bottom {clear:both} hr {width:80%; border:1px solid black} ul {margin:0px; margin-left:15px; list-style-image:url(images/checkmark.gif)} li {margin:0px} </style></head><body> <h1>Java Tutorials - Table of Contents</h1> <div id="col1"> <h4><a href="jatutor1.htm">Tutorial 1 - Objects & Code Structure</a></h4> <ul> <li>What Are Objects</li> <li>The Basic Structure of an Application</li> <li>The Basic Structure of an Applet</li> <li>Syntax Notation</li> </ul> </div><div id="col2"> <h4><a href="jatutor6.htm">Tutorial 6 - Inheritance and Polymorphism</a></h4> <ul> <li>Inheritance</li> <li>Inheritance in Java</li> <li>Polymorphism: Dynamic Method Binding</li> <li>Interfaces</li> </ul> </div><div id="bottom"><hr /> <a href="home.htm">JR's Home Page</a> |<a href="#top">Top of Page</a> | <a href="mailto:VE3LL@RAC.CA?Subject=[jatutor0.htm]">Comments</a> | [jatutor0.htm:2003 05 22]</div></body></html>
Received on Friday, 12 September 2003 03:11:30 UTC