24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
# Webdeveloper Links & Tips
|
||
## HTML
|
||
### HTML lernen
|
||
* [selfhtml](https://wiki.selfhtml.org/wiki/HTML)
|
||
* [Introduction to HTML - Mozilla Docs](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML)
|
||
* [w3schools HTML5 Tutorial](https://www.w3schools.com/html/)
|
||
|
||
### Editoren
|
||
* [Sublime Text](https://www.sublimetext.com/)
|
||
* [Visual Studio Code](https://code.visualstudio.com/ )
|
||
* [Atom editor](https://atom.io/ )
|
||
* [Brackets](http://brackets.io/)
|
||
|
||
### Online Tools / Plugins
|
||
* [HTML Validator](https://validator.w3.org/ )
|
||
* [HTML nu Validator](https://html5.validator.nu/)
|
||
* [HTML Extension Chromium](https://chrome.google.com/webstore/search/html?hl=de&_category=extensions)
|
||
* [HTML Extension Mozilla](https://addons.mozilla.org/de/firefox/search/?q=html&type=extension)
|
||
* [Can I use](https://www.caniuse.com/)
|
||
* [codepen](https://codepen.io/)
|
||
* [jsfiddle](https://jsfiddle.net/)
|
||
* [Google Search Console](https://search.google.com/search-console)
|
||
* [Cross Browser testing](https://www.browserling.com/)
|
||
* [Browser Test](https://html5test.com/) |