Types
Basically, we can define website development in two parts
- Frontend
- Backend
On the website, everything that is shown and readable is the frontend. The part of a website that the user interacts with directly is termed the front end. It is also referred to as the ‘client side’ of the application.
On the website, which is not shown or unreadable but we can feel something happening or happening is part of the backend. It is the portion of software that does not come in direct contact with the users. It is used to store and arrange data.
In the front end, HTML, CSS, jquery, javascript, frontend libraries/framework like bootstrap, angular js, react js, etc works which makes the website attractive and creative.
In backend programming language works like PHP, java, python, node js, etc. They communicate with a database where they store or get data to represent to the user.
Type of Website
Website mainly divided into two parts
1) Static Website
2) Dynamic Website
A static website is basically a content and image basis website which have only the frontend part of website development. Here you will get a creative, clean, and attractive website as per your requirement. you can not modify any information properly without the help of the developer or us. It means if you have this type of site you have just an informative website you can not modify website content, image, design further. you need to contact again with the developer if you want to any changes to the website.
A dynamic website is basically a content and image basis website which have a front end and backend. You will get an admin panel with it and you can modify any content or design as per your requirement at any time without the help of any developer. You can modify it by yourself. so we always suggest a dynamic website for our clients to never get late if you need to add or remove any information from the website.