|
image
This category covers the three ways images are produced in HTML.
- img element could be used to display image
- Input element of any button type (button, submit, reset) could be displayed as an image rather than the standard button rendering, by specifying a src attribute.
- Input element of type image would display an image with an x/y input.
|