Dynamic Website
A dynamic website is a website that displays different content every time user view it. This display change depend on various factors such as location, time of day, language and upon the previous search of a user.
Dynamic website changes content automatically while static website content remains same until it is updated. While static website requires manual updating, whereas dynamic website changes the content according to the visitors.
This change is done either through client-side scripting or server-side scripting. Client-side scripting involves a code that is executed by viewer’s browser using language like JavaScript but Server-side scripting involves to code that is executed by server before sending content to viewer’s browser.