home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / NTUsers / JBECODE.ZIP / JavaByExample / chap02 / LST2_4.txt < prev    next >
Text File  |  1996-01-26  |  366b  |  17 lines

  1. <title>TicTacToe</title>
  2. <hr>
  3. This is a bunch of text whose sole purpose is to demonstrate
  4. the placement
  5. <applet
  6.     codebase=TicTacToe
  7.     code=TicTacToe.class
  8.     width=120
  9.     height=120
  10.     alt="This is the TicTacToe applet."
  11.     name=TicTacToe
  12.     align=middle>
  13. </applet> 
  14. of the TicTacToe applet within the text flow of an HTML document.
  15. <hr>
  16.  
  17.