aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/image
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/html/elemento/image
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/web/html/elemento/image')
-rw-r--r--files/es/web/html/elemento/image/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/es/web/html/elemento/image/index.html b/files/es/web/html/elemento/image/index.html
new file mode 100644
index 0000000000..e48d44488f
--- /dev/null
+++ b/files/es/web/html/elemento/image/index.html
@@ -0,0 +1,18 @@
+---
+title: <image>
+slug: Web/HTML/Elemento/image
+tags:
+ - HTML
+translation_of: Web/HTML/Element/image
+---
+<div>{{non-standard_header}}</div>
+
+<h2 id="Resumen">Resumen</h2>
+
+<p>El elemento HTML <font face="Consolas, Liberation Mono, Courier, monospace"><code>&lt;image&gt;</code> fue </font>un elemento experimental diseñado para mostrar imágenes . Nuca fue implementado y el elemento estándar {{HTMLElement("img")}} debe de ser usado .</p>
+
+<div class="note">
+<p><strong>No usar esto ! </strong>Para mostrar imagenes , usar el elemento estándar {{HTMLElement("img")}} .</p>
+</div>
+
+<p>Notar que hasta Firefox 22 , aunque no era soportado , un elemento <code>&lt;image&gt;</code> era asociado a un {{domxref("HTMLSpanElement")}} . Después fue arreglado y ahora es asociado a {{domxref("HTMLElement")}} , como es solicitado por la especificación .</p>