Static Means -> Constant Url for a each particular page Dynamic Means -> Creating single page from that redirecting to multiple pages.
static site: static site page stored on server .and it use html for coding purpose . Dynamic : In the dynamic if any changes made then all pages automatically change.
Static:- A static site is a website that is written entirely using HTML. Each web page is a separate doc. & there are no database. Dynamic:- A dynamic site is written using more complex code such as PHP or ASP — and has a greater degree of functionality. Dynamic website has lot of benefits as compared to static site.
A static site is one that is written in HTML only. Each page is a separate document and there is no database that it draws on. where as A dynamic site is written using more complex code -- such as PHP or ASP and can do a lot more.
with dynamic website u can easily modify, change and create any page easily without any hurdles in control panel
A static website is one that has web pages stored on the server in the format that is sent to a client web browser. It is primarily coded in Hypertext Markup Language (HTML). A dynamic website is one that changes or customizes itself frequently and automatically, based on certain criteria.
Static sites are meant for those sites that cant be changed our updates regularly. and Dynamic sites are those sites that changes our update regularly.