“Co to jest tag noscript” Kod odpowiedzi

Co robi tag NoScript

The <noscript> tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script. The <noscript> element can be used in both <head> and <body>.
Attractive Alligator

Co to jest tag noscript

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

Odpowiedzi podobne do “Co to jest tag noscript”

Pytania podobne do “Co to jest tag noscript”

Więcej pokrewnych odpowiedzi na “Co to jest tag noscript” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu