Resources for building a Website
Developer Resources
- MDN (Mozilla Developer Network) Web Docs: https://developer.mozilla.org/en-US/
- contains complete documentation for HTML, CSS, Javascript, and more
- W3: https://www.w3.org/TR/CSS2/selector.html
- CSS Tricks: https://css-tricks.com/
- DEV Community: https://dev.to/
- Stack Overflow: https://stackoverflow.com/questions
- Can I Use : https://caniuse.com/
- CodeAcademy Workspaces: https://www.codecademy.com/workspaces/new
Beginner/ Handmade Website Courses & Resources
-
Sadgrl.Online Directory: https://goblin-heart.net/sadgrl/webmastery/webmaster-links
-
Laurel Schwulst's Very Interactive: https://veryinteractive.net/index.htm
-
Jisoo Lee's The School of the Art Institute ofΒ Websitesite: https://websitesite.xyz/saiw/
-
https://handmade-web.net/index.html (found 2025-09-14)
- this one has a syllabus. seems to be actual course work.
Web Safe Fonts & Icon Library
https://www.cssfontstack.com/
Font Awesome: https://fontawesome.com/
- Bootstrap CDN that hosts Font Awesome. Can be linked directly as a stylesheet in the HTML doc: "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css"
Maps / Course Notes:
- Hand Code Your First Website- HTML and CSS Basics_TapTapKaboom
- Learning HTML and CSS with CodeAcademy
Code Snippets
- https://www.stealing.rocks/
- A collection of stolen layouts and components from popular web-builders recreated in pure HTML/CSS/JS for you to steal for your own site.
β Return to Inspiring Websites MOC