HTML - szkielet dokumentu

Specyfikacja HTML Internet Explorer Netscape Opera
4.x 1.0 1.0 2.1

Polecenie tworzy ramy dokumentu HTML.

Przykład:

<html>
<head>
Informacje nagłówkowe
</head>
<body>
ciało dokumentu
</body>
</html>

Atrybuty szkieletu dokumentu:


Więcej o strukturze dokumentu: Struktura dokumentu