--- title: slug: Web/HTML/Element/noscript translation_of: Web/HTML/Element/noscript --- {{HTMLRef}} Резюме Элемент HTML <noscript> определяет секцию html кода, которая будет вставлена, если в браузере пользователя нет либо отключена поддержка JavaScript. Content categories Metadata content, flow content, phrasing content. Permitted content When scripting is disabled and when it is a descendant of the {{HTMLElement("head")}} element: in any order, zero or more {{HTMLElement("link")}} elements, zero or more {{HTMLElement("style")}} elements, and zero or more {{HTMLElement("meta")}} elements. When scripting is disabled and when it isn't a descendant of the {{HTMLElement("head")}} element: any transparent content, but no <noscript> element must be among its descendants. Otherwise: flow content or phrasing content. Tag omission {{no_tag_omission}} Permitted parent elements Any element that accepts phrasing content, if there are no ancestor <noscript> element, or in a {{HTMLElement("head")}} element (but only for an HTML document), here again if there are no ancestor <noscript> element. DOM interface {{domxref("HTMLElement")}} Атрибуты Этот элемент включает в себя только глобальные атрибуты. Пример <noscript> <!-- anchor linking to external file --> <a href="http://www.mozilla.com/">External Link</a> </noscript> <p>Rocks!</p> Пример с включённым JavaScript Rocks! Результат с выключенным JavaScript External Link Rocks! Specifications Specification Status Comment {{SpecName('HTML WHATWG', 'scripting-1.html#the-noscript-element', '<noscript>')}} {{Spec2('HTML WHATWG')}} {{SpecName('HTML5 W3C', 'scripting-1.html#the-noscript-element', '<noscript>')}} {{Spec2('HTML5 W3C')}} {{SpecName('HTML4.01', 'interact/scripts.html#h-18.3.1', '<noscript>')}} {{Spec2('HTML4.01')}} Browser compatibility The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request. {{Compat("html.elements.noscript")}}
Элемент HTML <noscript> определяет секцию html кода, которая будет вставлена, если в браузере пользователя нет либо отключена поддержка JavaScript.
<noscript>
Этот элемент включает в себя только глобальные атрибуты.
<noscript> <!-- anchor linking to external file --> <a href="http://www.mozilla.com/">External Link</a> </noscript> <p>Rocks!</p>
Rocks!
External Link
{{Compat("html.elements.noscript")}}