aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/element/image
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ca/web/html/element/image
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/ca/web/html/element/image')
-rw-r--r--files/ca/web/html/element/image/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ca/web/html/element/image/index.html b/files/ca/web/html/element/image/index.html
new file mode 100644
index 0000000000..000153ffc0
--- /dev/null
+++ b/files/ca/web/html/element/image/index.html
@@ -0,0 +1,19 @@
+---
+title: <image>
+slug: Web/HTML/Element/image
+tags:
+ - HTML
+ - Non-standard
+translation_of: Web/HTML/Element/image
+---
+<div>{{non-standard_header}}</div>
+
+<h2 id="Sumari">Sumari</h2>
+
+<p>L'element HTML <code>&lt;image&gt;</code> era un element experimental dissenyat per mostrar les imatges. Mai es va aplicar i la norma es la utilització del element {{HTMLElement("img")}}.</p>
+
+<div class="note">
+<p><strong>No utilitzeu aquest!</strong> Per tal de mostrar les imatges, utilitzeu l'estàndard de l'element {{HTMLElement("img")}}.</p>
+</div>
+
+<p>Recordeu que fins Firefox 22, encara que no suportat, un element <code>&lt;image&gt;</code> es va associar amb un {{domxref("HTMLSpanElement")}}. Després es va corregir i ara s'associa amb un {{domxref("HTMLElement")}} per requeriment de l'especificació.</p>