aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/element/noframes/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/ca/web/html/element/noframes/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/ca/web/html/element/noframes/index.html')
-rw-r--r--files/ca/web/html/element/noframes/index.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/files/ca/web/html/element/noframes/index.html b/files/ca/web/html/element/noframes/index.html
deleted file mode 100644
index 492727308a..0000000000
--- a/files/ca/web/html/element/noframes/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: <noframes>
-slug: Web/HTML/Element/noframes
-tags:
- - Element
- - HTML
- - Reference
- - Web
-translation_of: Web/HTML/Element/noframes
----
-<h2 id="Sumari">Sumari</h2>
-
-<p>L'element HTML <code>&lt;noframes&gt;</code> s'utilitza per donar suport als navegadors que no són capaços de suportar elements {{HTMLElement("frame")}}  o està configurats per a fer-ho.</p>
-
-<p>Es pot utilitzar qualsevol element HTML dins de <code>&lt;noframes&gt;</code> que s'espera que sigui vist dins de l'element {{HTMLElement("body")}} , excepte els elements {{HTMLElement("frameset")}} i {{HTMLElement("frame")}}.</p>
-
-<div class="note"><strong>Nota:</strong> El fet de que els principals navegadors suportin marcs, l'ús d'aquest element no és necessari en casos generals. Sent totalment obsolet en HTML5, s'ha d'evitar per ajustar-se a la norma.</div>
-
-<h2 id="Atributs">Atributs</h2>
-
-<p><span id="result_box" lang="ca"><span>Igual</span> <span>que tots els altres</span> <span>elements</span> <span>HTML</span><span>, aquest element</span> <span>és compatible</span> <span>amb</span> <span>els</span> </span><a href="/en-US/HTML/Global_attributes" title="HTML/Global attributes">atributs globals</a>.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<pre class="brush:html">&lt;frameset cols="50%,50%"&gt;
- &lt;frame src="https://developer.mozilla.org/en/HTML/Element/frameset" /&gt;
- &lt;frame src="https://developer.mozilla.org/en/HTML/Element/frame" /&gt;
- &lt;noframes&gt;&lt;p&gt;It seems your browser does not support frames or configured to does not so.&lt;/p&gt;&lt;/noframes&gt;
-&lt;/frameset&gt;</pre>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>{{HTMLElement("frameset")}}</li>
- <li>{{HTMLElement("frame")}}</li>
-</ul>
-
-<p>{{HTMLRef}}</p>