@osatohawen
As a newbie that's trying to get into the tech field as a web developer, the most important thing you need to know about being a web developer is to know the difference between frontend and backend.
Let's say you own a classic restaurant that's well furnished and decorated for guests/customers. The frontend is the dining room where customers come to eat and interact with the staff.
It is the visible part of the website or application.
- HTML and CSS
This is the decor, lighting, tables, and chairs. It's the structure and style of the room that makes it appealing and usable.
- JAVASCRIPT
This is the waiter and the menu. They take your order, and bring the food out. They handle your immediate interactions.
While the backend is the server side, the behind the scenes infrastructure that makes the website function. In the restaurant, the backend is the kitchen and the operational systems
I.e where the food is being prepared by the chefs and kitchen assistant.