Web Page A Web page or webpage is a "page" of the World Wide Web, usually in HTML/XHTML format (the file extensions are typically or ) and with hypertext links to enable navigation from one page or section to another. Web pages often use associated graphics files to provide illustration, and these too can be clickable links. A web page is displayed using a web browser, and can be designed to make use of applets (subprograms than run inside the page) which often provide motion graphics, interaction, and sound.
Dynamic Web Page Dynamic Web pages are Web pages where the content cannot be predetermined, for instance Date/Time and User Name. They often utilise programming language in their HTML code, which is read, and executed by the Web server. The Web server then generates the HTML and sends it to the browser where it is displayed. Examples of common formats of Dynamic Web Pages include PHP, ASP, JSP (Java Server Page), Microsoft .net and CGI/Perl.