Learn about Static and dynamic website and make simple Dynamic website.

Static vs Dynamic Website.

A static website/webpage is a website which delivers the information what it exactly seen surfacelly on the website to the users. There is no any backend development. This type of website mainly develops using HTML and sometime simple CSS and Java scripts. This type of websites are very simple and rarely in use.

Example of Static website

This is a perfect example of static website. There is no any form, no database link, it's only the outer skeleton of website.

Dynamic Website:
A dynamic website is more advance and more popular website type which requires high level of database and the content of the website changes as per the user's desire. These types of websites are developed using the advanced computer languages like PHP, node.js and CSS.  All most all websites are dynamic nowadays. Dynamic website file stored in a server and needs database to function.

Example: Website like Facebook.com, gmail.com, are dynamic website. A simple dynamic website sample is shown below.


User can login into interface by using their username and password. If user is new, they can also register from register form as shown below.



After login User has access to the user interface page.





As dynamic website need server to store database. Here I have used XAMPP server as a server.



Post a Comment

0 Comments