HOW WAS A WEBSITE MADE?
WITH CMS?
Nowadays, to create a website, we have many methods: either through CMS (Content Management System), a content management system, a solution that will facilitate the creation, management, and modification of information on a website. For example, on WordPress, web pages are largely made with HTML & CSS code, it is the most popular CMS among CMS.
WITH VANILLA?
Vanilla, meaning raw code, code that we can code using programming languages such as HTML, CSS, JavaScript... without the intervention of a framework or CMS plugins. We can completely customize our website without following any style imposed by CMS plugins. The biggest drawback of vanilla is a great knowledge of web programming languages.
WITH FRAMEWORKS?
As I mentioned in the vanilla part, we can also set up a complete website with a customized interface (in the front) and data (in the back). What is a framework? A set of libraries, tools, and conventions designed by a community of developers.
