HTML - <image>

The HTML <image> element was an experimental element designed to display pictures. It never was implemented and the standard <img> element must be used.

Description  

The HTML <image> element was an experimental element designed to display pictures. It never was implemented and the standard <img> element must be used.

Do not use this! In order to display images, use the standard <img> element.

Note that up to Firefox 22, though not supported, an <image> element was associated with an HTMLSpanElement. It was then fixed and is now associated with a HTMLElement as requested by the specification.

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/html/element/image

HTML Non-standard