doc/en/java/docs/newbies.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

22 lines
809 B
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.3 2000/02/09 20:46:01 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Newbies Guide">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<P>What kind of &quot;Newbie&quot; are you?</P>
<P><B>New to FreeBSD's JDK?</B> -- <A HREF="../install.html">Learn how to install the JDK</A>
<P><B>New to Java?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>