isindex

Пример:

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

Атрибуты:

class, dir, id, lang, prompt, 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
prompt
style
title
xml:lang
Браузерные стили
Chrome
isindex { -webkit-appearance: textfield; -webkit-rtl-ordering: logical; -webkit-user-select: text; background-color: white; border: 2px inset; color: initial; cursor: auto; display: inline-block; font: -webkit-small-control; letter-spacing: normal; line-height: normal; margin: 0; padding: 1px; text-align: -webkit-auto; text-indent: 0; text-shadow: none; text-transform: none; word-spacing: normal; }
isindex::-webkit-input-placeholder { color: darkGray; }
isindex:focus { outline-offset: -2px; }
firefox 3.6.3
isindex { display: block; unicode-bidi: embed; }
opera 10.53
isindex { display: block; margin: 10px 0; }
safari 4.0.5
isindex { -webkit-appearance: textfield; -webkit-rtl-ordering: logical; -webkit-user-select: text; background-color: white; border: 2px inset; color: initial; cursor: auto; display: inline-block; font: -webkit-small-control; letter-spacing: normal; line-height: normal; margin: 0; padding: 1px; text-align: -webkit-auto; text-indent: 0; text-shadow: none; text-transform: none; word-spacing: normal; }
isindex::-webkit-input-placeholder { color: darkGray; }
isindex:focus { outline-offset: -2px; }