Advertisement
calcpage

APCS_SHORTS_Hello4.html

Oct 4th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>
  4.             Hello World Applet!
  5.         </title>
  6.     </head>
  7.  
  8.     <body>
  9.         <applet code = "Hello4.class" width=150 height=100></applet>
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement