diff options
Diffstat (limited to 'files/pl/web/html/element/head/index.html')
-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> |