Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<html>

Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.

Краткое описание

Корневой элемент HTML-документа (<html>). Все остальные элементы должны быть потомками этого элемента.

  • Content categories None.
  • Допустимое содержимое Один элемент <head>, а за ним — один элемент <body>
  • Tag omission The start tag may be omitted if the first thing inside the <html> element is not a comment.
    The end tag may be omitted if the <html> element is not immediately followed by a comment, and it contains a <body> element either that is not empty, or whose start tag is present.
  • Допустимые родительские элементыAs the root element of a document, or wherever a subdocument fragment is allowed in a compound document.
  • Интерфейс DOM HTMLHtmlElement

Атрибуты

This element includes the global attributes.

manifest HTML5
Specifies the URI of a resource manifest indicating resources that should be cached locally. See Using the application cache for details.
version Устарело HTML4.01 Вышла из употребления с версии HTML5
Specifies the version of the HTML Document Type Definition that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.
xmlns 
Specifies the XML Namespace of the document. Default value is "https://www.w3.org/1999/xhtml". This is required in XHTML, and optional in HTML5.

Пример

The DOCTYPE used in the following example indicates HTML5.

<!DOCTYPE html>
<html>
  <head>...</head>
  <body>...</body>
</html>

Примечания

Since the <html> element is the first in a document other than comments, it is called the root element. Although this tag can be implied, or not required, with HTML, it is required to be opened and closed in XHTML.

Спецификации

Спецификация Status Комментарий
WHATWG HTML Living Standard
Определение '<html>' в этой спецификации.
Живой стандарт  
HTML5
Определение '<html>' в этой спецификации.
Рекомендация  
HTML 4.01 Specification
Определение '<html>' в этой спецификации.
Рекомендация  

Совместимость браузеров

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Базовая поддержка 1.0 (Да) (Да) (Да) (Да)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Базовая поддержка (Да) (Да) (Да) (Да) (Да)

См. также

  • MathML top-level element: <math>
  • SVG top-level element: <svg>

Метки документа и участники

 Внесли вклад в эту страницу: Aleksej, karskiy
 Обновлялась последний раз: Aleksej,