Learn Web Development from Scratch

A compilation of resources from entry level coding to advanced development techniques, curated by one of the largest web development communities on Discord.

Getting Started

To get started with web development, you will need to have a good text editor or IDE to work with. You will also regularly stumble upon issues to solve, so knowing where to find the answers or how to ask question is crucial for your learning journey.

Internet

Learn the basics of the internet and how it works.

HTML

HTML stands for Hyper Text Markup Language. It is the standard markup language for creating web pages and web applications. With Cascading Style Sheets and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.

CSS

Learn the basics of CSS.