Here i'm going to explain the term "web development" for a complete beginner.
so let's start with the term "WEB", it is a system on which there are infinite numbers of documents and Resouces, which all are connected through the internet to one another.
now we are moving to the second term which is "DEVELOPMENT", it means creating or improving something, In web development the term consists of mainly 2 sub terms which are website and web applications.
WEBSITES consist of static content which is Read-only content. Examples are Blogs, Wikipedia etc.
Whereas WEB APPLICATIONS consist of dynamic content which is CRUD(Create , Read, Update, Delete) based.
In WEB APPLICATION there are three stages:
FRONT END (UI/UX)
BACK END (Brain of web application)
DATA BASE (storage)
Just a short introduction to a complete beginner.