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/learn/getting_started_with_the_web/html_basics | |
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/learn/getting_started_with_the_web/html_basics')
-rw-r--r-- | files/pl/learn/getting_started_with_the_web/html_basics/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/learn/getting_started_with_the_web/html_basics/index.html b/files/pl/learn/getting_started_with_the_web/html_basics/index.html index 5f4868af40..34dc7e058a 100644 --- a/files/pl/learn/getting_started_with_the_web/html_basics/index.html +++ b/files/pl/learn/getting_started_with_the_web/html_basics/index.html @@ -141,7 +141,7 @@ translation_of: Learn/Getting_started_with_the_web/HTML_basics <p>Teraz spróbuj dodać odpowiedni nagłówej do twojej strony w pliku HTML, tuż nad elementem {{htmlelement("img")}}.</p> <div class="note"> -<p><strong>Note</strong>: Zobaczysz, że Twój nagłówek na poziomie 1 ma już ustawiony niejawny styl. Nie używaj elementów nagłówka po to, aby uzyskać tekst większy lub pogrubiony, ponieważ są one używane z powodów <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#Text_content">semantycznych</a> i <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#Why_do_we_need_structure">innych przyczyn, takich jak SEO</a>. Spróbuj utworzyć znaczącą sekwencję nagłówków na swoich stronach, bez pomijania poziomów.</p> +<p><strong>Note</strong>: Zobaczysz, że Twój nagłówek na poziomie 1 ma już ustawiony niejawny styl. Nie używaj elementów nagłówka po to, aby uzyskać tekst większy lub pogrubiony, ponieważ są one używane z powodów <a href="/en-US/docs/Learn/Accessibility/HTML#Text_content">semantycznych</a> i <a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#Why_do_we_need_structure">innych przyczyn, takich jak SEO</a>. Spróbuj utworzyć znaczącą sekwencję nagłówków na swoich stronach, bez pomijania poziomów.</p> </div> <h3 id="Paragrafy">Paragrafy</h3> |