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.

<noscript>

Esta tradução está incompleta. Ajude atraduzir este artigo.

Resumo

O Elemento HTML <noscript> define uma seção de html a ser inserida em um typo de script não suportado pela página ou se o script está desativado no navegador.

  • Categorias de conteúdo Metadata content, flow content, phrasing content.
  • Conteúdo permitido When scripting is disabled and when it is a descendant of the <head> element: in any order, zero or more <link> elements, zero or more <style> elements, and zero or more <meta> elements.
    When scripting is disabled and when it isn't a descendant of the <head> element: any transparent content, but no <noscript> element must be among its descendants.
    Otherwise: flow content or phrasing content.
  • Omissão da tag None, both the starting and ending tag are mandatory.
  • Elemento pai permitidos Any element that accepts phrasing content, if there are no ancestor <noscript> element, or in a <head> element (but only for an HTML document), here again if there are no ancestor <noscript> element.
  • Interface DOM HTMLElement

Atributos

Este elementoinclui os gatributos globais.

Exemplo

<noscript>
  <!-- anchor linking to external file -->
  <a href="https://www.mozilla.com/">External Link</a>
</noscript>
<p>Rocks!</p>

Result with scripting enabled

Rocks!

Result with scripting disabled

External Link

Rocks!

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of '<noscript>' in that specification.
Living Standard  
HTML5
The definition of '<noscript>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<noscript>' in that specification.
Recommendation  

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 1.0 (1.0) (Yes) (Yes) (Yes)

Etiquetas do documento e colaboradores

 Colaboradores desta página: RobertoRodrigues
 Última atualização por: RobertoRodrigues,