Вебмастер
Санкт-Петербург
Частный вебмастер Услуги Контакты Справочная информация Статьи и публикации Полезные сервисы Букварь вебмастера
   Букварь вебмастера

Тег HTML


HTML

<HTML
TITLE=text
LANG=string
>

This element identifies the document as containing HTML elements. The begin tag typically appears after the !DOCTYPE element. The end tag comes after all HTML elements in the document.

LANG=
Specifies which language to use in ISO standard language abbreviation form.
TITLE=
The Title attribute is used to provide advisory information.

Example

<HTML>

<BODY>

<P>This is an HTML document.

</BODY>

</HTML>

Смотрите далее: I »

  Теги HTML