Static and dynamic website

Static and dynamic website

Table of contents

No heading

No headings in the article.

static website:-

A static website contains web pages with fixed content. Each page is coded in html, css and javascript and displays the same information to every visitor. Static websites do not use any database. Static websites are faster than dynamic websites. Static websites are fast to load on client browsers. every website has a static part. that can change only by the developer. for example logo

Dynamic website:-

a dynamic website is a website that displays different types of content every time a user views it. this display changes depending on many factors like viewer demographics, time of day, location, language settings, the need of visitors and so on. dynamic websites are divided into two parts. first is the frontend side for users and the second one is the control panel for clients. the client is using a control panel to change your website data. dynamic website is slower than a static website. dynamic website has a database for communication that is made in html, css, javascript, php, MYSQL, Wordpress and so on.