diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:39:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:39:19 -0400 |
commit | eeabcbf0e107e100c886027610f97045de548b0d (patch) | |
tree | b22cc484922df6052ce019de17d9de416b05c8f9 /files/pl/web/html/element/head | |
parent | 6eeb93afaa54a4d10aa06b683584d99683e5fae1 (diff) | |
download | translated-content-eeabcbf0e107e100c886027610f97045de548b0d.tar.gz translated-content-eeabcbf0e107e100c886027610f97045de548b0d.tar.bz2 translated-content-eeabcbf0e107e100c886027610f97045de548b0d.zip |
remove wiki.developer.mozilla.org links (pl) (#1442)
Diffstat (limited to 'files/pl/web/html/element/head')
-rw-r--r-- | files/pl/web/html/element/head/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/html/element/head/index.html b/files/pl/web/html/element/head/index.html index 70f09ba434..fe828214c4 100644 --- a/files/pl/web/html/element/head/index.html +++ b/files/pl/web/html/element/head/index.html @@ -12,7 +12,7 @@ translation_of: Web/HTML/Element/head --- <div>{{HTMLRef}}</div> -<p><strong>Element</strong> <strong>HTML <code><head></code></strong> zawiera maszynowo odczytywane informacje ({{glossary("metadata", "metadane")}}) o dokumencie, takie jak <a href="https://wiki.developer.mozilla.org/pl/docs/Web/HTML/Element/title">tytuł</a>, <a href="https://wiki.developer.mozilla.org/pl/docs/Web/HTML/Element/script">skrypty</a> i <a href="https://wiki.developer.mozilla.org/pl/docs/Web/HTML/Element/style">arkusze stylów</a>.</p> +<p><strong>Element</strong> <strong>HTML <code><head></code></strong> zawiera maszynowo odczytywane informacje ({{glossary("metadata", "metadane")}}) o dokumencie, takie jak <a href="/pl/docs/Web/HTML/Element/title">tytuł</a>, <a href="/pl/docs/Web/HTML/Element/script">skrypty</a> i <a href="/pl/docs/Web/HTML/Element/style">arkusze stylów</a>.</p> <div class="blockIndicator note"> <p><strong>Uwaga:</strong> <code><head></code> posiada przede wszystkim informacje do przetwarzania maszynowego, a nie do odczytywania przez ludzi. Informacje widoczne dla człowieka, takie jak nagłówki najwyższego poziomu i wymienieni autorzy, znajdują się w elemencie {{HTMLElement("header")}}.</p> |