0
Where can a get projects/well explained exmples online to broaden my horizon on html,css and javascript
online examples
4 Réponses
+ 5
http://www.openculture.com
https://github.com/ossu/computer-science
https://www.humblebundle.com/books/be-a-coder-books
https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md
https://www.udemy.com
www.coursera.org
http://exercism.io/
www.stackoverflow.com
www.stackexchange.com
https://redditfavorites.com/books/programming/
https://developer.mozilla.org/en-US/docs/Learn
https://www.42.us.org/
https://www.appacademy.io/
https://www.sololearn.com/discuss/510275/?ref=app
https://www.gamasutra.com
www.freecodecamp.org
www.w3schools.com
www.goalkicker.com
www.codewars.com
https://learntocodewith.me/posts/code-for-free/
https://www.sololearn.com/discuss/923664/?ref=app
https://www.sololearn.com/discuss/636195/?ref=app
+ 3
Search for those sites Which can provide you such examples.
or
Just visit any site and open the developer tools by ctrl+shift+i (shortcut key) and how it uses CSS and JS.
You will get a lot.
+ 3
If you want to look at HTML just go to a website, right click on something and choose " Inspect " it will open the HTML ~ viewer ? ~
+ 2
Go look at websites on the internet. Read their source code and see how they did things. Best examples are the best examples.
If you want to broaden your horizon, take what you've learned and start using it instead. Make some websites, apps, etc...