diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 08:37:18 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 08:37:18 -0500 |
commit | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (patch) | |
tree | 3d54e994e6b6ff762841fe4c3eb60e87130589a5 /files/pl/learn/getting_started_with_the_web | |
parent | a065e04d529da1d847b5062a12c46d916408bf32 (diff) | |
download | translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.tar.gz translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.tar.bz2 translated-content-65cc6eabd71b1bceccf6fd3d3d4970c2955f3784.zip |
dump 2020-12-10
Diffstat (limited to 'files/pl/learn/getting_started_with_the_web')
-rw-r--r-- | files/pl/learn/getting_started_with_the_web/html_basics/index.html | 8 |
1 files changed, 2 insertions, 6 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 1b7835d180..5f4868af40 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 @@ -3,11 +3,7 @@ title: HTML podstawy slug: Learn/Getting_started_with_the_web/HTML_basics translation_of: Learn/Getting_started_with_the_web/HTML_basics --- -<ol> - <li> - <h2 id="LearnSidebar">{{LearnSidebar}}</h2> - </li> -</ol> +<div>{{LearnSidebar}}</div> <div>{{PreviousMenuNext("Learn/Getting_started_with_the_web/Dealing_with_files", "Learn/Getting_started_with_the_web/CSS_basics", "Learn/Getting_started_with_the_web")}}</div> @@ -214,7 +210,7 @@ translation_of: Learn/Getting_started_with_the_web/HTML_basics <p>Jeśli podążałeś za instrukcjami zawartymi w tym artykule, obecnie twoja strona powinna wyglądać podobnie do tej poniżej (możesz ją również zobaczyć <a href="http://mdn.github.io/beginner-html-site/">tutaj</a>):<br> <br> - <s><img alt="A web page screenshot showing a firefox logo, a heading saying mozilla is cool, and two paragraphs of filler text" src="https://mdn.mozillademos.org/files/9351/finished-test-page-small.png" style="display: block; height: 838px; margin: 0px auto; width: 716px;"></s></p> + <img alt="A web page screenshot showing a firefox logo, a heading saying mozilla is cool, and two paragraphs of filler text" src="https://mdn.mozillademos.org/files/9351/finished-test-page-small.png" style="display: block; height: 838px; margin: 0px auto; width: 716px;"></p> <p>Jeśli gdzieś po drodze utknąłeś, zawsze możesz porównać swój kod z GitHub <a href="https://github.com/mdn/beginner-html-site/blob/gh-pages/index.html">ukończonymi przykładami</a> na GitHubie.</p> |