home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap26 / lst26_1.txt < prev    next >
Text File  |  1996-03-13  |  219b  |  11 lines

  1. <title>Applet Test Page</title>
  2. <h1>Applet Test Page</h1>
  3. <applet
  4.     code="TitleApplet.class"
  5.     width=250
  6.     height=150
  7.     name="TitleApplet">
  8.     <PARAM NAME=title VALUE="Big Al's Home Page">
  9. </applet>
  10.  
  11.