Element HTML: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
m sl.
Vrstica 559:
 
== Okvirji ==
Okvirji (angl. ''frames'') dovoljujejo oknu grafičnega HTML brskalnika razdelitev v več segmentov; vsak segment lahko prikaže drug dokument.
Okvirji (angl. ''frames'') allow a visual HTML Browser window to be split into segments, each of which can show a different document. This can lower bandwidth use, as repeating parts of a layout can be used in one frame, while variable content is displayed in another. This comes at a significant usability cost, especially in non-visual user agents. Because of this cost, frames (excluding the <code>iframe</code> element) are only allowed in HTML 4.01 Frameset.
 
InV HTML 4.01, a document maylahko containdokument avsebuje <code>head</code> and ain <code>body</code> ''orali'' a <code>head</code> and ain <code>frameset</code>, buttoda notne both aobeh <code>body</code> and ain <code>frameset</code>. HoweverKakorkoli, v telesu dokumenta se lahko uporablja '''iframe''' can be used in a normal document body.
 
;{{Anchor|frameset|frameset_tag}}{{HTML element|name=frameset|tags=all|content=...}}
:ContainsVsebuje theokvirje framesetza razdelitev okna v več delov, ki se imenujejo okvirji (''frames''). The frames layout is given by comma separated lists in the <code>rows</code> and <code>cols</code> attributes.
:'''Standardizirano''' in [[#HTML401|HTML 4.0]] Frameset, '''zastarelo''' in HTML 5.
;{{Anchor|frame|frame_tag}}{{HTML element|name=frame|tags=void}}
Vrstica 588:
</source>
 
Content ofVsebina <code>description.html</code>:
<source lang="html4strict">
...
<p>To je slika dvonadstropne torte.</p>
<p>This is an image of a two-layered birthday cake.</p>
...
</source>