Viewing Applets on the Web or using appletviewer
<html>
<title>MyApplet1</title>
<head>
<!-- MyApplet1 applet-->
</head>
<body>

<applet code=MyApplet1.class width=500 height=400></applet>

</body>
</html>


appletviewer MyApplet1.html
contents of MyApplet1.html:
HTML comment
run by: