MIS 381 - Web Site Management
Spring 2007
Week 8 - Homework
Placing Java Applets on Your Web Page
Download to your disk the
HelloWorld.class
applet to your disk
Upload to your web site to the hw directory
Web Page
Create a web page using Netscape Composer or Microsoft FrontPage
Change the background to any color other than white
Title - My First Applet
Format to a font size greater than 24
Other text and/or graphics as desired
Insert the following HTML tags to display the applet:
<APPLET CODE = "HelloWorld.class" WIDTH = 200 HEIGHT = 50 HSPACE = 100 VSPACE = 100>
Insert a blank line(s)
</APPLET>
Insert a blank line(s)
Save the web page as jav1.htm
Upload to your web site to the hw directory
Submit the URL to your new page