webdev/README.md

24 lines
1.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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/)