Static Website vs Dynamic Website




Static Website :
•HTML,CSS, JavaScript.
•Each web page is a separate document
•There are no databases.
•This means that the only way to edit this type of website is to go into each page and edit the HTML.


Dynamic Website:
•A dynamic website is written using more complex code
• HTML ,CSS , JavaScript PHP or ASP. NET
•All data store in database
•Many dynamic websites can be controlled by a Content Management System(Admin).
•This means that you will potentially be able to make updates without needing any knowledge of HTML or any website software.