applet

Позволяет вставлять на страницу Java-апплеты. Тег устарел, вместо него желательно использовать тег object. Между открывающимся и закрывающимся тегом можно добавить текст, который будет отображаться в браузере, если он не поддерживает апплеты.

Пример:

Таблица 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, 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, PARAM, 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
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
param
pre
q
s
samp
script
select
small
span
strike
strong
sub
sup
table
textarea
tt
u
ul
var

Атрибуты:

align, alt, archive, class, code, codebase, height, hspace, id, name, object, style, title, vspace, width.
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
align
alt
archive
class
code
codebase
height
hspace
id
name
object
style
title
vspace
width
Браузерные стили
firefox 3.6.3
applet:-moz-empty-except-children-with-localname(param):-moz-broken::before { content: -moz-alt-content !important; unicode-bidi: embed; }
applet:-moz-empty-except-children-with-localname(param):-moz-user-disabled::before { content: -moz-alt-content !important; unicode-bidi: embed; }
applet:-moz-suppressed { display: none !important; visibility: hidden !important; }
IE
applet { has-layout: true; }
opera 10.53
applet { height: 150px; width: 150px; }