hi,
A static web page is a web page that is delivered to the user exactly as stored, in contrast to dynamic web pages which are generated by a web application. Static Page is a standard web page using only HTML. Static pages do not employ dynamic technologies (like PHP, ASP, Perl), and have standard URL's.
Consequently a static web page displays the same information for all users, from all contexts, subject to modern capabilities of a web server to negotiate content-type or language of the document where such versions are available and the server is configured to do so.
Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP.
A dynamic web page is a kind of web page that has been prepared with fresh information (content and/or layout), for each individual viewing. It is not static because it changes with the time (ex. a news content), the user (ex. preferences in a login session), the user interaction (ex. web page game), the context (parametric customization), or any combination of the foregoing.
Hope this will help you