
- Duration: 6:32
- Published: 2009-02-11
- Uploaded: 2010-11-23
- Author: EdzJohnson
- http://wn.com/HTML_Tutorial_1__Designing_A_Website_In_Notepad__Basics_and_Beginnings
- Email this video
- Sms this video
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 monitor or mobile device. This information is usually in HTML or XHTML format, and may provide navigation to other webpages via hypertext links.
Webpages may be retrieved from a local computer or from a remote web server. The web server may restrict access only to a private network, e.g. a corporate intranet, or it may publish pages on the World Wide Web. Webpages are requested and served from web servers using Hypertext Transfer Protocol (HTTP).
Webpages may consist of files of static text and other content stored within the web server's file system (static webpages), or may be constructed by server-side software when they are requested (dynamic webpages). Client-side scripting can make webpages more responsive to user input once on the client browser.
Web users with disabilities often use assistive technologies and adaptive strategies to access webpages. Users may be color blind, may or may not want to use a mouse perhaps due to repetitive stress injury or motor-neurone problems, may be deaf and require audio to be captioned, may be blind and using a screen reader or braille display, may need screen magnification, etc.
Disabled and able-bodied users may disable the download and viewing of images and other media, to save time, network bandwidth or merely to simplify their browsing experience. Users of mobile devices often have restricted displays and bandwidth. Anyone may 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 the page.
The World Wide Web Consortium (W3C) and Web Accessibility Initiative (WAI) recommend that all webpages should be designed with all of these options in mind.
The webpage 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, are uniform for all website pages, like a standard. These kind of "website standard information" are supplied by technologies like web template systems.
When webpages are stored in a common directory of a web server, they become a website. A website will typically contain a group of webpages that are linked together, or have some other coherent method of navigation. The most important webpage to have on a website is the index page. Depending on the web server settings, this index page can have many different names, but the most common is index.html
. When a browser visits the homepage for a website, or any URL 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.
A webpage can either be a single HTML file, or made up of several HTML files using frames or Server Side Includes (SSIs). Frames have been known to cause problems with web accessibility, copyright, navigation, printing and search engine rankings , and are now less often used than they were in the 1990s. Both frames and SSIs allow certain content which appears on many pages, such as page navigation or page headers, to be repeated without duplicating the HTML in many files. Frames and the W3C recommended alternative of 2000, the <object> tag, also allow some content to remain in one place while other content can be scrolled using conventional scrollbars. Modern CSS and JavaScript client-side techniques can also achieve all of these goals and more.
When creating a webpage, it is important to ensure it conforms to the World Wide Web Consortium (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 webpage 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.
Typically, webpages today are becoming more dynamic. A dynamic webpage is one that is created server-side when it is requested, and then served to the end-user. These types of webpages typically do not have a permalink, 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 webpage information in a database. Some search engines may have a hard time indexing a webpage that is dynamic, so static webpages can be provided in those instances.
The design of a webpage is highly personal. A design can be made according to one's own preference, or a premade web template can be used. Web templates let webpage designers edit the content of a webpage without having to worry about the overall aesthetics. Many people publish their own webpages 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 webpage is to download specialized software, like a Wiki, CMS, or forum. These options allow for quick and easy creation of a webpage which is typically dynamic.
Common web browsers, like Mozilla Firefox, Internet Explorer and Opera, give the option to not only print the currently viewed webpage to a printer, but optionally to "print" to a file which can be viewed or printed later. Some webpages 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.
This text is licensed under the Creative Commons CC-BY-SA License. This text was originally published on Wikipedia and was developed by the Wikipedia community.