doc/en/java/links/tutorials.sgml
Nik Clayton 2aa46577a8 Remove the hardcoded "width=600" and other pixel values from these files.
It was unnecessary, and inconsistent with the rest of the site.
2000-04-30 22:57:46 +00:00

23 lines
922 B
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/tutorials.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Tutorials">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<ul>
<li><a href="http://java.sun.com/docs/books/tutorial/index.html">The Java Tutorial</a><br>
THE tutorial for Java direct from Sun.
<li><a href="http://developer.java.sun.com/developer/infodocs/index.shtml">Java Developer Connection's Listing of Documentations and Tutorials</a><br>
If you need a tutorial, this is the place to find it. It includes basic tutorials on Java, JavaBeans, Collections, JDBC, Security, etc. You'll need to register to view them, but it is free, and very valuable!
</ul>
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>