You are here: Test Case Description for applets within <applet> tag > Test Case #10 for applets within <applet>: relative width
Applets: APPLET (relative width)
This test case tests the <applet> tag with its mandatory width attribute which, similar to the <img> tag, explicitly specifies the width of the java applet. The width attribute can either be an absolute width using an integer value of pixels or a relative width using a relative percentage value.
Java Applet Dimensions Scaled Down (Reverse Scaling)
Original applet
Applet width="25%"
Applet width="15%"
Applet width="10%"