Tantrums Space

Introduction to Web development

By Disha on

This blog mainly focuses on the over view & a basic understanding about web development.

Introduction: We use various websites in our daily life for different purposes. These are created using a process called web development. Web development: It’s a process of developing websites which can be accessed on any internet browser. It is platform independent, can be accessed on any device, such as a computer, laptop, smart phone. It has a wider audience, since accessing websites is easier because of its compatibility with different devices. It contains mainly 2 parts; Front end: It is the basic structure of a website. It is built using HTML, CSS & java script. It is basically what a user sees while using the website. HTML is used to make basic structure of the website. CSS is used to style the page, so that it looks attractive. Java script adds interactivity to the web page. Back end: It is the server part of the website. It is made to manage the data, to run the logic & it is not visible to the users. The back end is made using PHP, python etc. Various frameworks are used, such as jango etc. Data bases are managed Using, MongoDB. Front end and back end combine together and form a website. People who manage and develop front end, they are known as front end developers & people concerned with back end management, are known as back end developers. Full stack developers are those who keep their expertise in both front end, as well as back end.

Watch embedded video