Download presentation
Presentation is loading. Please wait.
Published byConstance Sharp Modified over 9 years ago
1
HTML Overview Part 8 – Java Applets 1
2
Applets 2 A Java applet is a small application embedded in your HTML document which runs in the browser window. Applets can be animated banners, stock ticker tapes, photo cubes and animated video clips. Applets are downloaded onto the user’s computer and run from their system. Applets are secure – they do not have the ability to read or write to files on a user’s computer.
3
Applet Tags 3 Applets are embedded in the HTML document with tags. The applet tag has three required attributes: code=“value” specifies the name of the applets class width=“value” specifies the width for the applet display in pixels height=“value” specifies the height for the applet display in pixels
4
Applet Parameters 4 Applets may also require parameters. Parameters allow users to specify custom values to use in an Applet. Parameters are specified with the tag.
5
Assignment 5 Complete Practice: Computer viruses – Part 5 of 5 on page 60. Save as lastname_clock.html
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.