diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/tutorials | |
parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/tutorials')
-rw-r--r-- | files/pl/web/tutorials/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/pl/web/tutorials/index.html b/files/pl/web/tutorials/index.html index f05eeea0ad..3b61d3c817 100644 --- a/files/pl/web/tutorials/index.html +++ b/files/pl/web/tutorials/index.html @@ -20,7 +20,7 @@ translation_of: Web/Tutorials <dd>Wszechstronne źródło informacji o elementach HTML i jak różne przeglądarki je wspierają.</dd> <dt><a href="http://wikiversity.org/wiki/Web_Design/HTML_Challenges" rel="external">Wyzwania HTML</a> (Wikiversity)</dt> <dd>Podejmij wyzwanie - użyj ich do szlifowania swoich umiejętności w HTML (przykładowo "Czy powinienem użyć elementu <h2> czy <strong>?".</dd> - <dt><a href="http://codeavengers.com/" title="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> + <dt><a href="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> <dd>Code Avengers to przyjemny i efektywny sposób nauki programowania aplikacji internetowych i gier z użyciem HTMLa, CSSa, i JavaScriptu.</dd> </dl> @@ -50,9 +50,9 @@ translation_of: Web/Tutorials <dd>Codecademy to prosta droga do nauki pisania w JavaScripcie. Jest interaktywny i możesz z niego korzystać ze znajomymi.</dd> <dt><a href="https://developer.mozilla.org/en-US/docs/JavaScript/Getting_Started">Getting Started with JavaScript</a></dt> <dd>What is JavaScript and how can it help you?</dd> - <dt><a href="http://docs.webplatform.org/wiki/tutorials/javascript_best_practices" rel="external">JavaScript Best Practices</a><a href="http://docs.webplatform.org/wiki/tutorials/javascript_best_practices" title="http://docs.webplatform.org/wiki/tutorials/javascript_best_practices"> </a>(WebPlatform.org)</dt> + <dt><a href="http://docs.webplatform.org/wiki/tutorials/javascript_best_practices" rel="external">JavaScript Best Practices</a><a href="http://docs.webplatform.org/wiki/tutorials/javascript_best_practices"> </a>(WebPlatform.org)</dt> <dd>Learn about some of the obvious and (not so) obvious best practices when writing JavaScript.</dd> - <dt><a href="http://codeavengers.com/" title="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> + <dt><a href="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> <dd>Code Avengers is the fun, effective way to learn to code web apps and games with HTML, CSS, and JavaScript.</dd> <dt><a href="http://codecombat.com/#">CodeCombat</a> (codecombat.com)</dt> <dd>CodeCombat is a game designed to teach you JavaScript. It is Open Source.</dd> @@ -113,7 +113,7 @@ translation_of: Web/Tutorials <dd>A brief beginner's guide to styling web pages with CSS.</dd> <dt><a href="https://developer.mozilla.org/en-US/docs/Common_CSS_Questions">Common CSS Questions</a></dt> <dd>Common questions and answers for beginners.</dd> - <dt><a href="http://codeavengers.com/" title="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> + <dt><a href="http://codeavengers.com/">CodeAvengers</a> (CodeAvengers.com)</dt> <dd>Code Avengers is the fun, effective way to learn to code web apps and games with HTML, CSS, and JavaScript.</dd> <dt><a href="http://techstream.org/Web-Design/CSS-selectors" title="http://codeavengers.com/">CSS Selectors</a> (TechStream.org)</dt> <dd>Quite nice and detailed overview of CSS selectors.</dd> |