diff --git a/README.md b/README.md index 724bf49..a39c096 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# webdev +# 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/) -Webdeveloper Links & Tips \ No newline at end of file +### 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/) \ No newline at end of file