diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/web/html/element/image | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip |
unslug es: move
Diffstat (limited to 'files/es/web/html/element/image')
-rw-r--r-- | files/es/web/html/element/image/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/es/web/html/element/image/index.html b/files/es/web/html/element/image/index.html new file mode 100644 index 0000000000..e48d44488f --- /dev/null +++ b/files/es/web/html/element/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><image></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><image></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> |