noframes

Содержимое тега noframes отображается, если браузер не поддерживает фреймы или эту функцию отключил пользователь. Если же фреймы поддерживаются, браузер игнорирует этот тег и все его содержимое.

Пример:

Таблица 3×3
Lorem ipsum dolor sit amet, consectetur adipisicing elit ... ...
... ... ...
... ... ...

<table>
    <caption>Таблица 3×3</caption>
    <col/>
    <tbody>
        <tr>
            <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>
            <td>...</td>
            <td>...</td>
        </tr>
        <tr>
            <td>...</td>
            <td>...</td>
            <td>...</td>
        </tr>
        <tr>
            <td>...</td>
            <td>...</td>
            <td>...</td>
        </tr>
    </tbody>
</table>

Дети:

A, ABBR, ACRONYM, ADDRESS, APPLET, B, BASEFONT, BDO, BIG, BLOCKQUOTE, BODY, BR, BUTTON, CENTER, CITE, CODE, DEL, DFN, DIR, DIV, DL, EM, FIELDSET, FONT, FORM, H1, H2, H3, H4, H5, H6, HR, I, IFRAME, IMG, INPUT, INS, ISINDEX, KBD, LABEL, MAP, MENU, NOFRAMES, NOSCRIPT, OBJECT, OL, P, PRE, Q, S, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TEXTAREA, TT, U, UL, VAR.
html 3.2 html 4.0 Frameset html 4.0 Loose html 4.0 Strict html 4.0.1 Frameset html 4.0.1 Loose html 4.0.1 Strict xhtml 1 Frameset xhtml 1 Strict xhtml 1 Transitional html5
a
abbr
acronym
address
applet
b
basefont
bdo
big
blockquote
body
br
button
center
cite
code
del
dfn
dir
div
dl
em
fieldset
font
form
h1
h2
h3
h4
h5
h6
hr
i
iframe
img
input
ins
isindex
kbd
label
map
menu
noframes
noscript
object
ol
p
pre
q
s
samp
script
select
small
span
strike
strong
sub
sup
table
textarea
tt
u
ul
var

Атрибуты:

class, dir, id, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, style, title, xml:lang.
html 3.2 html 4.0 Frameset html 4.0 Loose html 4.0 Strict html 4.0.1 Frameset html 4.0.1 Loose html 4.0.1 Strict xhtml 1 Frameset xhtml 1 Strict xhtml 1 Transitional html5
class
dir
id
lang
onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
style
title
xml:lang
Браузерные стили
Chrome
noframes { display: none; }
firefox 3.6.3
noframes { display: none; unicode-bidi: embed; }
ie8
noframes { display: block; }
opera 10.53, safari 4.0.5
noframes { display: none; }