HTML

HTML tags

Necessary tags

Hyperlinks

<A HREF = "http://www.javasoft.com"> Sun's Java page </A> let's you download the JDK

Some other tags

Applets

<APPLET CODE = "MouseTrack.class" WIDTH = 400 HEIGHT = 400 ALT = "Jumping box of the JDK demos"> </APPLET>