Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 669553 of <image>

  • Revision slug: Web/HTML/Element/image
  • Revision title: <image>
  • Revision id: 669553
  • Created:
  • Creator: dustindowell
  • Is current revision? No
  • Comment
Tags: 

Revision Content

{{non-standard_header}}

Summary

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

Do not use this! In order to display images, use the standard {{HTMLElement("img")}} element.

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

Revision Source

<div>
 {{non-standard_header}}</div>
<h2 id="Summary">Summary</h2>
<p>The HTML <code>&lt;image&gt;</code> element was an experimental element designed to display pictures. It never was implemented and the standard {{HTMLElement("img")}} element must be used.</p>
<div class="note">
 <p><strong>Do not use this!<em> </em></strong>In order to display images, use the standard {{HTMLElement("img")}} element.</p>
</div>
<p>Note that up to Firefox 22, though not supported, an <code>&lt;image&gt;</code> element was associated with an {{domxref("HTMLSpanElement")}}. It was then fixed and is now associated with a {{domxref("HTMLElement")}} as requested by the specification.</p>
Revert to this revision