a) Sets an image background
b) Set an image as submit button
c) Set an image anywhere on the page
d) Bring default image to the page
Answer: b
Explanation: the image input type set an image as submit button. The syntax is <input type=”image” src=”imghj.gif” alt=”Submit”> this sets the image provided by url as the submit button. Input type image sends the X and Y coordinates of click and hence the image is activated by clicking the submit button.
Related Posts
Which option is not available in HTMLMinifier?
HTMLMinifier is written in ________
CSSMin is written in ___________
Which compressor gives maximum GZIPPED compression?
YUI compressor is written in ____________
Which one has the most potential for minification?
For grouping form controls we can use ___________
Join The Discussion