frameset

Пример:

Таблица 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>

Дети:

FRAME, FRAMESET, NOFRAMES.
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
frame
frameset
noframes

Атрибуты:

class, cols, id, onload, onunload, rows, style, title.
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
cols
id
onload
onunload
rows
style
title
Браузерные стили
Chrome
frameset { border-color: inherit; display: block; }
firefox 3.6.3
frameset { border: none ! important; display: block ! important; float: none ! important; overflow: -moz-hidden-unscrollable; position: static ! important; }
safari 4.0.5
frameset { border-color: inherit; display: block; }