Webpage
A webpage or web page is a "page" of the World Wide Web, usually in HTML format (the file extensions are generally *.htm and *.html) and with hypertext links to enable navigation from one page or section to another. Webpages often use associated graphics files to provide illustration, and these too can be clickable links. A webpage 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.
Webpages can be larger than fits on the screen. Except in special cases a page wider than fits on the screen, requiring horizontal scrolling, is impractical and therefore avoided: see page widening. A page higher than fits on the screen is more common and not problematic; it requires vertical scrolling to see all of it.
A collection of webpages stored in a single folder or within related subfolders of a web server is known as a web site. A webpage generally includes a frontpage named index.htm or index.html.
A difficulty in designing and testing webpages is that they should be suitable for many browsers and browser settings and different screen resolutions.
| Table of contents |
|
2 Graphics 3 Creating a webpage 4 Saving a webpage 5 See also |
Usually a webpage has a URL and therefore allows deep linking. Sometimes it has only a temporary URL referring to a cache area. This may e.g. be the case when the page is the result of zooming and shifting a map. Sometimes a page results from a webpage by some action, e.g. replacing the content of one of the frames, while the new page does not have its own URL. Perhaps such a page, as well as a page with a form field filled in, strictly can not be called a webpage, because it is not on the web, but created from what is on the web.
The graphics file format in webpages is usually JPEG for photographs and GIF or PNG for other images such as diagrams, drawings, graphs, etc. (but these formats are also suitable for photographs). GIF is used for animations, GIF and PNG for images with transparent pixels, PNG for images with partially transparant pixels (but this is not supported by e.g. IE). All these are raster graphics. There is also the SVG format: Scalable Vector Graphics. Currently a more common way to supply vector graphics is with a PDF file, viewed either using a plug-in of the browser or a separate viewer. This is useful e.g. for a map, often a combination of a vector graphics layer and text, and possibly a raster graphics layer. This gives better results when zooming in than a GIF or PNG image (JPEG would be even worse due to compression artifacts).
Alternatively, on zooming in the server supplies a new image. In that case one can not download the whole map, unless perhaps piece by piece. See e.g. the links in Map#External links.
Also, as an example, compare the GIF and PDF province maps in South Holland#External links.
See also Map#Electronic maps.
To create a webpage, one needs a general text editor or a special HTML editor like Microsoft FrontPage, Macromedia Dreamweaver, Mozilla Composer and so on, and a FTP program to upload the page to the web server. One can use the web browser to upload the webpage file to the server, but is not recommended.
Wiki is a special way to create or modify and upload webpages without FTP-ing or upload file, only filling a text formulary in a webpage. This page is an example.
When saving a local copy of a webpage, the web browser usually allows a choice between:
For a short page another possibility is saving a screenshot (only useful in special cases). This shows links, but not their destination.URL
Graphics
Creating a webpage
Saving a webpage
IE can also save the page including images in just one MHT-file;