Introduction to Web dev

Web development involves creating websites and web applications. It encompasses both the frontend (what users see and interact with) and the backend (server-side logic and databases)

Languages used for web dev:

To create a basic functional website the most popular languages used are:

but when it comes to 3D websites with more functionalities popular languages used are:

<aside> 💡 We suggest one should start by creating basic websites with HTML, CSS, and js to have a decent understanding about frontend web development

</aside>

A good starting point for learning frontend is: