| Webpage |
Website Links For Web Page |
Information AboutWebpage |
| CATEGORIES ABOUT WEB PAGE | |
| world wide web | |
| SHOPPER'S DELIGHT | |
|
A web page can contain any of the following:
Web pages also contain content that cannot be seen in the browser:
Web pages can be larger than the web browser window. They are often taller than the browser window and require vertical Scrolling . Pages sometimes have additional content on the right which is not visible in smaller windows without horizontal scrolling. Pages designed to scroll horizontally are less common, partly because they sometimes do not print out well, but mainly because visitors find having them inconvenient. See also Page Widening . A web page can be either a single page, or a frameset made up of separate frames. Each frame contains an HTML page. Frames can cause problems with navigation and printing and can adversely affect search engine ratings. Their main merit is to allow some content (usually a navigation menu) to stay in one place while other content is scrolled. This effect is now possible using CSS and if it is required this is the recommended way to achieve it. A collection of web pages stored in a single folder or within related subfolders of a Web Server is known as a Website . A website includes an Index Page . This is a file with a special name, often index.html or something similar, which is defined in the web server's configuration. When a visitor requests a web address URL which doesn't include a page (e.g. www.mysite.com) the Web Server will look for an index page and serve that to your browser. If no index page exists, you will see either a listing of the folder's contents, or an error page (depending on other web server settings).A consideration in designing and testing web pages is that they should meet the recommendations for correct HTML , CSS and other standards as laid down by the World Wide Web Consortium . This is so as to keep the World Wide Web free and available to all. If you do this, your web site will be suitable for many browsers and browser settings and different screen resolutions, as well as accessible to people with disabilities (e.g. sight impairment), older browsers and text-only browsers. Target audience, budget and lack of awareness of accessibility issues often mean that a site is not as accessible as it could be. Using features which only work in one browser without providing alternative content is considered bad practice; the World Wide Web Consortium works with web server and browser designers to develop web standards and encourage standards compliance. NAVIGATION BAR A navigation bar, '''linkbar''', '''link bar''' or '''links bar''' is an area/a pane of a Web Page that contains Hypertext Links in order to enable navigation from one page of a Website to another. URL Usually a web page has a more or less permanent URL , a so-called Permalink , which therefore allows Deep Linking . Some URLs refer only to a cache area, e.g. when the page is the result of zooming and shifting a view of a map. Other URLs contain query data that define or change the information displayed on the resulting page in some major or minor way. GRAPHICS For embedding ( Transclusion ) of an Image in a web page, see HTML Element#Images . The . Currently more common ways to supply Vector Graphics are either with a PDF file, viewed either using a plug-in of the browser or a separate viewer, or with Flash . 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 Artifact s). 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 . VIEWING A WEB PAGE Since most web pages are mostly text, you can view them in any Application that can read text documents. However, to view a web page, as it is intended, one needs a type of Software known as a User Agent or better still a Web Browser , which is a piece of software specifically designed to view web pages. There are many different types of web browsers available with various capabilities and a wide range of supported platforms. CREATING A WEB PAGE To create a web page, one needs a general-purpose programming editor or Text Editor or a specialised HTML Editor like Apple IWeb , Microsoft FrontPage , Macromedia Dreamweaver , Mozilla Composer (also known as WYSIWYG editors) and so on, and an FTP client to Upload the page to the web Server . One can often use tools supplied with the computer, such as the file explorer or web browser to upload a small number of web page files to a remote server. One may use a pre-made Web Template to create a web page. Web Templates let web page designers edit the content of a web page without having to worry about the overall aesthetics. Wiki is a special way to create or modify and upload web pages without FTP-ing or upload file, only filling a text Form in a web page. Wikipedia is an example of wiki technology. Other options for easy web page creation and management are different Content Management Systems (CMS), including Blogs . SAVING A WEB PAGE When saving a local copy of a web page, the web browser usually allows a choice between:
The common web browsers, like Mozilla, Mozilla Firefox and Internet Explorer, also allow you to print the currently viewed web page or optionally "print" to a file which can later be viewed or printed. This has an advantage in that some web pages are specially designed using Cascading Style Sheets , or a separately generated page, to show both the text and target destination of links contained within the web page. Likewise any images are contained within the single file. For a short page another possibility is saving a Screenshot (only useful in special cases). This shows links, but not their destination. SEE ALSO |