What is Webpage
A web page or webpage is a Document or information resource
that is suitable for the world wide Web and can be accessed through a web
browser and displayed on a computer display or mobile device. This information
is usually in HTML or XHTML format, and may provide navigation bar to other web
pages via Hypertext Hyper link. Web pages frequently subsume other resources
such as Cascading Style Sheet, Client-side-scripting and Images into their
final presentation.
Webpage can be either static or dynamic. “Static” means
unchanged or constant, while “Dynamic” means changing or lively.
1. Static Web page: - A Static Web page is a page that is built using HTML code and features the same presentation and content, regardless of user identity or other factors. Static Web pages are easier to code and assemble than dynamic Web pages, which may feature customizable content according to a user's identity or other factor
2. Dynamic Web page: - A dynamic page displays different content for different users while retaining the same layout and design. Such pages, usually written in CGI, AJAX, ASP or ASP.NET, take more time to load than simple static pages.
Comments
Post a Comment