Here's the text you should see:

IMG height: 30
IMG align: Right
IMG width: 300

Find the APPLET : [object HTMLCollection]
APPLET height - using document.body.childNodes[2].height: 30
APPLET width - using getElementsByTagName : 300
APPLET align - using getElementsByTagName : Right


Here's the actual test: