How can we include images in a web page using HTML and Java script?2011
Images in HTML
It is quite straight forward to include gif and jpg images in an HTML webpage using the
tag.
Format: align="bottom/middle/top">
Images in Java script
Images in java script can be manipulated in many ways using the built in object image.
Properties: name, border, complete, height, width, hspace, bspace, lowsrc, src
Methods: none
Event handler: on Abort, on error, on load etc.