All Topics  
Web page

 

   Email Print
   Bookmark   Link






 

Web page



 
 
A web page or webpage is a resource of information that is suitable for the World Wide Web
World Wide Web

The World Wide Web is a very large set of interlinked hypertext documents accessed via the Internet. With a Web browser, one can view Web pages that may contain writing, s, videos, and other multimedia and navigate between them using hyperlinks....
 and can be accessed through a web browser
Web browser

A Web browser is a application software which enables a user to display and interact with text, images, videos, music, games and other information typically located on a Web page at a website on the World Wide Web or a local area network....
. This information is usually in HTML or XHTML format, and may provide navigation
Navigation bar

A navigation bar is a subregion of a web page that contains hypertext Hyperlink in order to navigate between the web page of a website.Since it usually appears on all or at least on several pages of a website it is one of the key Web design-elements of websites -- as well in terms of usability as for the visual attraction....
 to other web pages via hypertext
Hypertext

Hypertext is text, displayed on a computer, with references to other text that the reader can immediately follow, usually by a mouse click or keypress sequence....
 links
Hyperlink

In computing, a hyperlink, usually shortened to link, is a directly followable reference within a hypertext document.The area from which the hyperlink can be activated is called its anchor; its target is what the link points to, which may be another location within the same page or document, another page or document, or a...
.

Web pages may be retrieved from a local computer or from a remote web server
Web server

The term web server can mean one of two things:# A computer program that is responsible for accepting Hypertext Transfer Protocol requests from clients , and Server them HTTP responses along with optional data contents, which usually are web pages such as Hypertext Markup Language documents and linked objects ....
.






Discussion
Ask a question about 'Web page'
Start a new discussion about 'Web page'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Webpage
A web page or webpage is a resource of information that is suitable for the World Wide Web
World Wide Web

The World Wide Web is a very large set of interlinked hypertext documents accessed via the Internet. With a Web browser, one can view Web pages that may contain writing, s, videos, and other multimedia and navigate between them using hyperlinks....
 and can be accessed through a web browser
Web browser

A Web browser is a application software which enables a user to display and interact with text, images, videos, music, games and other information typically located on a Web page at a website on the World Wide Web or a local area network....
. This information is usually in HTML or XHTML format, and may provide navigation
Navigation bar

A navigation bar is a subregion of a web page that contains hypertext Hyperlink in order to navigate between the web page of a website.Since it usually appears on all or at least on several pages of a website it is one of the key Web design-elements of websites -- as well in terms of usability as for the visual attraction....
 to other web pages via hypertext
Hypertext

Hypertext is text, displayed on a computer, with references to other text that the reader can immediately follow, usually by a mouse click or keypress sequence....
 links
Hyperlink

In computing, a hyperlink, usually shortened to link, is a directly followable reference within a hypertext document.The area from which the hyperlink can be activated is called its anchor; its target is what the link points to, which may be another location within the same page or document, another page or document, or a...
.

Web pages may be retrieved from a local computer or from a remote web server
Web server

The term web server can mean one of two things:# A computer program that is responsible for accepting Hypertext Transfer Protocol requests from clients , and Server them HTTP responses along with optional data contents, which usually are web pages such as Hypertext Markup Language documents and linked objects ....
. The web server may restrict access only to a private network, e.g. a corporate intranet
Intranet

An intranet is a private computer networking that uses Internet technologies to securely share any part of an organization's information or operational systems with its employees....
, or it may publish pages on the World Wide Web. Web pages are requested and served from web servers using Hypertext Transfer Protocol
Hypertext Transfer Protocol

Hypertext Transfer Protocol is an application-level protocol for distributed, collaborative, hypermedia information systems. Its use for retrieving inter-linked resources led to the establishment of the World Wide Web....
 (HTTP).

Web pages may consist of files of static text stored within the web server
Web server

The term web server can mean one of two things:# A computer program that is responsible for accepting Hypertext Transfer Protocol requests from clients , and Server them HTTP responses along with optional data contents, which usually are web pages such as Hypertext Markup Language documents and linked objects ....
's file system (static web pages
Static web page

A static web page is a web page that always comprises the same information in response to all download requests from all users. Contrast with Dynamic web page....
), or the web server may construct the (X)HTML for each web page when it is requested by a browser (dynamic web page
Dynamic web page

Classical hypertext navigation occurs among "static" documents, and, for "web users," this experience is reproduced using static web pages. However, Web browser can also provide an "interactive experience" that is termed "dynamic." Content on a web page can change, in response to different contexts or conditions....
s). Client-side scripting
Client-side scripting

Client-side scripting generally refers to the class of computer programs on the World Wide Web that are Execution client-side, by the user's web browser, instead of server-side ....
 can make web pages more responsive to user input once in the client browser.

Color, typography, illustration and interaction


Web pages usually include instructions as to the colors of text and backgrounds and very often also contain links to images and sometimes other media to be included in the final view.

Layout, typographic and color-scheme information is provided by Cascading Style Sheet (CSS) instructions, which can either be embedded in the HTML or can be provided by a separate file, which is referenced from within the HTML. The latter case is especially relevant where one lengthy stylesheet is relevant to a whole website
Website

A Web site is a collection of related Web pages, images, videos or other digital assets that are hosted on one Web server, usually accessible via the Internet....
: due to the way HTTP works, the browser will only download it once from the web server and use the cache
Cache

In computer science, a cache is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive to fetch or to compute, compared to the cost of reading the cache....
d copy for the whole site.(notepad)

Images are stored on the web server as separate files, but again HTTP allows for the fact that once a web page is downloaded to a browser, it is quite likely that related files such as images and stylesheets will be requested as it is processed. An HTTP 1.1 web server will maintain a connection with the browser until all related resources have been requested and provided. Browsers usually render images along with the text and other material on the displayed web page.

Dynamic behavior


Client-side computer code such as JavaScript
JavaScript

JavaScript is a scripting language widely used for client-side web development. It was the originating Programming language dialect of the ECMAScript standard....
 or code implementing Ajax
Ajax (programming)

Ajax, or AJAX , is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications....
  techniques can be provided either embedded in the HTML of a web page or, like CSS stylesheets, as separate, linked downloads specified in the HTML (using for example .js file extensions for JavaScript files). These scripts may run on the client computer, if the user allows them to, and can provide a degree of interactivity between the web page and the user after the page has downloaded.

Browsers

A web browser
Web browser

A Web browser is a application software which enables a user to display and interact with text, images, videos, music, games and other information typically located on a Web page at a website on the World Wide Web or a local area network....
 can have a Graphical User Interface
Graphical user interface

A graphical user interface is a type of user interface which allows people to human-computer interaction such as computers; hand-held devices such as MP3 Players, Portable Media Players or Gaming devices; household appliances and office equipment....
, like Internet Explorer
Internet Explorer

Windows Internet Explorer , commonly abbreviated to IE, is a series of graphical user interface web browsers developed by Microsoft and included as part of the Microsoft Windows line of operating systems starting in 1995....
, Mozilla Firefox
Mozilla Firefox

Mozilla Firefox is a web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. Official versions are distributed under the terms of the proprietary EULA....
, or Opera
Opera (web browser)

Opera is a web browser and Internet suite developed by the Opera Software company. Opera handles common Internet-related tasks such as displaying web sites, sending and receiving e-mail messages, managing contacts, IRC online chatting, downloading files via BitTorrent , and reading web feeds....
, or can be text-based
Command line interface

A command-line interface is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks....
, like Lynx
Lynx (web browser)

Lynx is a free open-source, text-only World Wide Web web browser for use on cursor-addressable, character cell computer terminal. Supported protocols are Gopher , [], [], FTP, Wide area information server, and NNTP....
. Web users with visual impairments may use a screen reader
Screen reader

A screen reader is a Application software that attempts to identify and interpret what is being displayed on the screen . This interpretation is then re-presented to the user with text-to-speech, sound icons, or a Refreshable Braille display....
 to read out the displayed text, or they may use a more specialized voice browser
Voice browser

A voice browser is a web browser that presents an interactive voice user interface to the user. In addition, it typically provides an interface to the PSTN or a Private branch exchange....
 in the first place. Such users will want to enjoy the benefit of the web page without images and other visual media.

Users of fully graphical browsers may still disable the download and viewing of images and other media, to save time, network bandwidth or merely to simplify their browsing experience. Users may also prefer not to use the fonts, font sizes, styles and color schemes selected by the web page designer and may apply their own CSS styling to their viewed version of the page.

The World Wide Web Consortium
World Wide Web Consortium

The World Wide Web Consortium is the main international standards organization for the World Wide Web . It is arranged as a consortium where member organizations maintain full-time staff for the purpose of working together in the development of standards for the World Wide Web....
 (W3C) and Web Accessibility Initiative
Web Accessibility Initiative

The World Wide Web Consortium 's Web Accessibility Initiative is an effort to improve the Web accessibility of the World Wide Web for people with Disability....
 (WAI) recommend that all web pages should be designed with all of these options in mind.

Elements of a web page

A web page, as an information set
Information set

In game theory, an information set is a set that, for a particular player, establishes all the possible moves that could have taken place in the game so far, given what that player has observed so far....
, can contain numerous types of information, which is able to be seen, heard or interact by the end user
End-user

Economics and commerce define an end-user as the person who uses a Product . The end-user or consumer may differ from the person who purchases the product....
:
Perceived (rendered) information:
  • Textual information: with diverse render variations.
  • Non-textual information:
    • Static images on raster graphics
      Raster graphics

      In computer graphics, a raster graphics image or bitmap, is a data structure representing a generally Rectangle grid of pixels, or points of color, viewable via a Computer display, paper, or other display medium....
      , typically GIF, JPEG
      JPEG

      In computing, JPEG is a commonly used method of for photographic images. The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and image quality....
       or PNG; or vector formats
      Vector graphics

      Vector graphics is the use of geometrical Primitive s such as point s, line , curves, and shapes or polygon, which are all based upon mathematical equations, to represent s in computer graphics....
       as SVG
      Scalable Vector Graphics

      Scalable Vector Graphics is a family of specifications of XML-based file format for describing two-dimensional vector graphics, both static and dynamic ....
       or Flash
      Adobe Flash

      Adobe Flash is a multimedia Platform created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate...
      .
    • Animated images typically Animated GIF and SVG
      Scalable Vector Graphics

      Scalable Vector Graphics is a family of specifications of XML-based file format for describing two-dimensional vector graphics, both static and dynamic ....
      , but also may be Flash
      Adobe Flash

      Adobe Flash is a multimedia Platform created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate...
      , Shockwave, or Java applet
      Java applet

      A Java applet is an applet delivered to the users in the form of Java bytecode. Java applets can run in a Web browser using a Java Virtual Machine , or in Sun Microsystems's AppletViewer, a stand-alone tool for testing applets....
      .
    • Audio
      Audio frequency

      An audio frequency , or audible frequency is characterized as a periodic vibration whose frequency is audible to the average human. While the range of frequencies that any individual can hear is largely related to environmental factors, the generally accepted standard range of audible frequencies is 20 to 20,000 hertz....
      , typically MIDI or WAV
      WAV

      WAV , short for Waveform audio format, is a Microsoft and International Business Machines audio file format standard for storing an audio bitstream on personal computer....
       formats or Java applet
      Java applet

      A Java applet is an applet delivered to the users in the form of Java bytecode. Java applets can run in a Web browser using a Java Virtual Machine , or in Sun Microsystems's AppletViewer, a stand-alone tool for testing applets....
      s.
    • Video
      Video

      Video is the technology of electronics Videography, recording, processing, storing, transmitting, and reconstructing a sequence of still images representing Scene in motion....
      , WMV (Windows), RM (Real Media), FLV (Flash Video), MPG, MOV (Quicktime)
  • Interactive information: more complex, glued to interface; see dynamic web page
    Dynamic web page

    Classical hypertext navigation occurs among "static" documents, and, for "web users," this experience is reproduced using static web pages. However, Web browser can also provide an "interactive experience" that is termed "dynamic." Content on a web page can change, in response to different contexts or conditions....
    .
    • For "on page" interaction:
      • Interactive text: see DHTML.
      • Interactive illustrations: ranging from "click to play" image to games
        Browser game

        Browser Games are electronic games that are played on web browsers. They are distinct from other console game and personal computer games in that they typically do not require any client side software to be installed, apart from the web browser....
        , typically using script orchestration, Flash
        Adobe Flash

        Adobe Flash is a multimedia Platform created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate...
        , Java applet
        Java applet

        A Java applet is an applet delivered to the users in the form of Java bytecode. Java applets can run in a Web browser using a Java Virtual Machine , or in Sun Microsystems's AppletViewer, a stand-alone tool for testing applets....
        s, SVG
        Scalable Vector Graphics

        Scalable Vector Graphics is a family of specifications of XML-based file format for describing two-dimensional vector graphics, both static and dynamic ....
        , or Shockwave.
      • Buttons: forms providing alternative interface, typically for use with script orchestration and DHTML.
    • For "between pages" interaction:
      • Hyperlinks: standard "change page" reactivity.
      • Forms: providing more interaction with the server and server-side databases.
Internal (hidden) information:
  • Comments
  • Metadata with semantic meta-information, Charset information, Document Type Definition
    Document Type Definition

    Document Type Definition is one of several SGML and XML schema languages, and is also the term used to describe a document or portion thereof that is authored in the DTD language....
     (DTD), etc.
  • Diagramation and style information: information about rendered items (like image size attributes) and visual specifications, as Cascading Style Sheets
    Cascading Style Sheets

    Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including Scalable Vector Graphics and XUL....
     (CSS).
  • Scripts, usually JavaScript
    JavaScript

    JavaScript is a scripting language widely used for client-side web development. It was the originating Programming language dialect of the ECMAScript standard....
    , complement interactivity and functionality.
Note: on server-side the web page may also have "Processing Instruction Information Items".


The web page can also contain dynamically adapted information elements, dependent upon the rendering browser or end-user location (through the use of IP address tracking and/or "cookie" information).

From a more general/wide point of view, some information (grouped) elements, like a navigation bar
Navigation bar

A navigation bar is a subregion of a web page that contains hypertext Hyperlink in order to navigate between the web page of a website.Since it usually appears on all or at least on several pages of a website it is one of the key Web design-elements of websites -- as well in terms of usability as for the visual attraction....
, are uniform for all website pages, like a standard. These kind of "website standard information" are supplied by technologies like web template system
Web template system

A Web template system describes the software and methodologies used to produce web pages and for deployment on websites and delivery over the Internet....
s.

Rendering

Web pages will often require more screen space than is available for a particular display resolution
Display resolution

The display resolution of a digital television or computer display typically refers to the number of distinct pixels in each dimension that can be displayed....
. Most modern browsers will place scrollbar
Scrollbar

A scrollbar is a graphical object in a GUI with which continuous text, pictures or anything else can be Scrolling including time in video applications, i.e., viewed even if it does not fit into the space in a computer display, window , or viewport....
s (the bar at the side of the screen that allows you to move down) in the window to allow the user to see all content. Scrolling horizontally is less prevalent than vertical scrolling, not only because those pages do not print properly, but because it inconveniences the user more so than vertical scrolling would (because lines are horizontal; scrolling back and forth for every line is much more inconvenient than scrolling after reading a whole screen; also most computer keyboards have page up and down keys, and many computer mice
Mouse (computing)

In computing, a mouse is a pointing device that functions by detecting dimension motion relative to its supporting surface. Physically, a mouse consists of an object held under one of the user's hands, with one or more buttons....
 have vertical scroll wheels, but the horizontal scrolling equivalents are rare). However, web pages may utilize page widening for various purposes.

A web page can either be a single HTML file, or made up of several HTML files represented using frames
Framing (World Wide Web)

On a web page, framing means that a website can be organized into HTML element#Frames. Each frame displays a different HTML document. Headers and sidebar menus do not move when the content frame is scrolled up and down....
. Frames have been known to cause problems with navigation, printing, and search engine rankings , although these problems occur mostly in older-generation browsers. Their primary usage is to allow certain content which is usually meant to be static, such as page navigation or page headers, to remain in one place while the main content can be scrolled as necessary. Another merit of using a framed web page is that only the content in the "main" frame will be reloaded. Frames are rendered very differently, depending on the host browser and for this reason, the usage of frames is typically frowned upon in professional web page development communities. With design technologies such as CSS becoming more widespread in their usage, the effect frames provide can be made possible using a smaller amount of code
Code

In communications, a code is a Operator for converting a piece of information into another form or representation , not necessarily of the same type....
 and by using only one web page to display the same amount of content.

When web pages are stored in a common directory
Directory (file systems)

In computing, a directory, folder, catalog, or drawer is a virtual container within a digital file system, in which groups of files and other directories can be kept and organized....
 of a web server
Server (computing)

A server is a computer program that provides services to other computer programs , in the same or other computer. The physical computer that runs a server program is also often referred to as server....
, they become a website
Website

A Web site is a collection of related Web pages, images, videos or other digital assets that are hosted on one Web server, usually accessible via the Internet....
. A website will typically contain a group of web pages that are linked together, or have some other coherent method of navigation. The most important web page to have on a website is the index page
Webserver directory index

When an [] client requests a Uniform Resource Locator that points to a directory structure instead of an actual Web page within the directory, the Web server will generally serve a general page, which is often referred to as a main or "index" page....
. Depending on the web server settings, this index page can have many different names, but the most common are index.htm and index.html. When a browser visits the homepage
Homepage

The homepage is the Uniform Resource Locator or local file that automatically loads when a web browser starts and when the browser's "home" button is pressed....
 for a website, or any URL
Uniform Resource Locator

In Information technology, a Uniform Resource Locator is a type of Uniform Resource Identifier that specifies where an identified resource is available and the mechanism for retrieving it....
 pointing to a directory rather than a specific file, the web server will serve the index page to the requesting browser. If no index page is defined in the configuration, or no such file exists on the server, either an error or directory listing will be served to the browser.

When creating a web page, it is important to ensure it conforms to the World Wide Web Consortium
World Wide Web Consortium

The World Wide Web Consortium is the main international standards organization for the World Wide Web . It is arranged as a consortium where member organizations maintain full-time staff for the purpose of working together in the development of standards for the World Wide Web....
 (W3C) standards for HTML, CSS, XML and other standards. The W3C standards are in place to ensure all browsers which conform to their standards can display identical content without any special consideration for proprietary rendering techniques. A properly coded web page is going to be accessible to many different browsers old and new alike, display resolutions, as well as those users with audio or visual impairments.

URL


Typically, web pages today are becoming more dynamic. A dynamic web page
Dynamic web page

Classical hypertext navigation occurs among "static" documents, and, for "web users," this experience is reproduced using static web pages. However, Web browser can also provide an "interactive experience" that is termed "dynamic." Content on a web page can change, in response to different contexts or conditions....
 is one that is created server-side when it is requested, and then served to the end-user. These types of web pages typically do not have a permalink
Permalink

A permalink, or permanent link, is a Uniform Resource Locator that points to a specific blog or Internet forum entry after it has passed from the front page to the archives....
, or a static URL, associated with them. Today, this can be seen in many popular forums, online shopping, and even on Wikipedia. This practice is intended to reduce the amount of static pages in lieu of storing the relevant web page information in a database
Database

A database is a structured collection of records or data that is stored in a computer system. The structure is achieved by organizing the data according to a database model....
. Some search engines may have a hard time indexing a web page that is dynamic, so static web pages can be provided in those instances.

Viewing a web page

In order to graphically display a web page, a web browser is needed. This is a type of software
Application software

Application software is any tool that functions and is operated by means of a computer, with the purpose of supporting or improving the software user 's work....
 that can retrieve web pages from the Internet
Internet

The Internet is a global network of interconnected computers, enabling users to share information along multiple channels. Typically, a computer that connects to the Internet can access information from a vast array of available server and other computers by moving information from them to the computer's local memory....
. Most current web browsers include the ability to view the source code
Source code

In computer science, source code is any collection of statements or declarations written in some human-readable computer programming language....
. Viewing a web page in a text editor will also display the source code, not the visual product.

Creating a web page

To create a web page, a text editor
Text editor

A text editor is a type of software application used for editing plain text files.Text editors are often provided with operating systems or software development packages, and can be used to change configuration files and programming language source code....
 or a specialized HTML editor
HTML editor

An HTML editor is a application software for creating web pages. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality....
  is needed. In order to upload the created web page to a web server, traditionally an FTP client
File Transfer Protocol

File Transfer Protocol is a network protocol used to transfer data from one computer to another through a network such as the Internet.FTP is a file transfer protocol for exchanging and manipulating files over a Transmission Control Protocol computer network....
 is needed.

The design of a web page is highly personal. A design can be made according to one's own preference, or a pre-made web template
Web template

A web template is a tool used to Separation of concerns content from presentation in web design, and for mass-production of web documents. It is a basic component of a web template system....
 can be used. Web Templates let web page designers edit the content of a web page without having to worry about the overall aesthetics. Many people publish their own web pages using products like Geocities from Yahoo, Tripod, or Angelfire. These web publishing tools offer free page creation and hosting up to a certain size limit.

Other ways of making a web page is to download specialized software, like a Wiki
Wiki

A wiki is a page or collection of Web pages designed to enable anyone who accesses it to contribute or modify content , using a simplified markup language....
, CMS
Content management system

A content management system is a computer application used to create, edit, manage, search and publish various kinds of Content . CMSs are frequently used for storing, controlling, versioning, and publishing industry-specific documentation such as news articles, operators' manuals, technical manuals, sales guides, and marketing brochures....
, or forum
Internet forum

An , or 'message board', is an online discussion site. It is the modern equivalent of a traditional bulletin board, and a technological evolution of the dialup bulletin board system....
. These options allow for quick and easy creation of a web page which is typically dynamic
Dynamic web page

Classical hypertext navigation occurs among "static" documents, and, for "web users," this experience is reproduced using static web pages. However, Web browser can also provide an "interactive experience" that is termed "dynamic." Content on a web page can change, in response to different contexts or conditions....
.

Saving a web page

While one is viewing a web page, a copy of it is saved locally; this is what is being viewed. Depending on the browser settings, this copy may be deleted at any time, or stored indefinitely, sometimes without the user realizing it. Most GUI browsers will contain all the options for saving a web page more permanently. These include, but are not limited to:
  • Saving the rendered text without formatting or images - Hyperlinks are not identified, but displayed as plain text
  • Saving the HTML file as it was served - Overall structure will be preserved, although some links may be broken
  • Saving the HTML file and changing relative links to absolute ones - Hyperlinks will be preserved
  • Saving the entire web page - All images will be saved, as well as links being changed to absolute
  • Saving the HTML file including all images, stylesheets and scripts into a single MHTML file. This is supported by Internet Explorer
    Internet Explorer

    Windows Internet Explorer , commonly abbreviated to IE, is a series of graphical user interface web browsers developed by Microsoft and included as part of the Microsoft Windows line of operating systems starting in 1995....
    , Mozilla
    Mozilla

    Mozilla was the official, public, original name of Mozilla Application Suite by the Mozilla Foundation, currently known as SeaMonkey internet suite....
    , Mozilla Firefox and Opera
    Opera (web browser)

    Opera is a web browser and Internet suite developed by the Opera Software company. Opera handles common Internet-related tasks such as displaying web sites, sending and receiving e-mail messages, managing contacts, IRC online chatting, downloading files via BitTorrent , and reading web feeds....
    . Mozilla and Mozilla Firefox only support this if the MAF plugin has been installed. An MHTML file is based upon the MHTML
    MHTML

    MHTML, short for MIME HTML, is a web page archive format used to Binding resources which are typically represented by external links together with HTML code into a single file....
     standard.


Common web browsers, like Mozilla Firefox
Mozilla Firefox

Mozilla Firefox is a web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. Official versions are distributed under the terms of the proprietary EULA....
, Internet Explorer
Internet Explorer

Windows Internet Explorer , commonly abbreviated to IE, is a series of graphical user interface web browsers developed by Microsoft and included as part of the Microsoft Windows line of operating systems starting in 1995....
 and Opera
Opera (web browser)

Opera is a web browser and Internet suite developed by the Opera Software company. Opera handles common Internet-related tasks such as displaying web sites, sending and receiving e-mail messages, managing contacts, IRC online chatting, downloading files via BitTorrent , and reading web feeds....
, give the option to not only print the currently viewed web page to a printer, but optionally to "print" to a file which can be viewed or printed later. Some web pages are designed, for example by use of CSS, so that hyperlinks, menus and other navigation items, which will be useless on paper, are rendered into print with this in mind. Space-wasting menus and navigational blocks may be absent from the printed version; other hyperlinks may be shown with the link destinations made explicit, either within the body of the page or listed at the end.

See also

  • Dead link
    Dead link

    A dead link is a link on the World Wide Web that points to a web page or Server that is permanently unavailable. The most common result of a dead link is a 404 error, which indicates that the web server responded, but the specific page could not be found....
  • Domain name
    Domain name

    The term domain name has multiple related meanings:* A hostname that identifies a computer or computers on the Internet. These names appear as a component of a Web site's Uniform Resource Locator, e.g....
  • Guestbook
    Guestbook

    A guestbook is a paper or electronic means for a visitor to acknowledge their visitation to a site, physical or web-based, and leave their name, postal or electronic address , and a comment or note, if desired....
  • Homepage
    Homepage

    The homepage is the Uniform Resource Locator or local file that automatically loads when a web browser starts and when the browser's "home" button is pressed....
  • HTML element
    HTML element

    In computing, an HTML element indicates structure in an HTML document and a way of hierarchically arranging content. More specifically, an HTML element is an Standard Generalized Markup Language element that meets the requirements of one or more of the HTML Document Type Definitions ....
  • Linked data page
    Linked data page

    A Linked Data page is a Web page that explicitly describes one or more Things via Hyperdata Links. Unlike traditional Web page Hypertext links, Hyperdata links expose Properties and Property Values associated with the Things in a page....
  • Web document
    Web document

    Web document is a similar concept to web page, except it is a broader termwith the following distinctions: ...
  • Web template
    Web template

    A web template is a tool used to Separation of concerns content from presentation in web design, and for mass-production of web documents. It is a basic component of a web template system....
  • Website
    Website

    A Web site is a collection of related Web pages, images, videos or other digital assets that are hosted on one Web server, usually accessible via the Internet....