Monday, June 28, 2010

H

Hexadecimal color-notation system

A way of defining colors. Uses RGB scheme and associates a two digit hexadecimal number with each base color (red, green and blue).

Hit

In the WWW world "hit" is used to describe a single request made by a web browser. The data transmitted by the web server in response to the request is a text file or a binary file (images, audio, video, executables and other data).

Home Page

Main web page owned by a company, organization or an individual. This is the page that is initially displayed when user makes a request for a particular domain name.

Host

A networked computer dedicated to providing a certain kind of service. Usually refers to a computer that stores the website files and has a web server running on it.

HTML

(Hypertext Markup Language). It is the language in which web pages are written. It allows the images to be combined with text and offers wide range of formatting capabilities. One of the most important features of HTML is hypertext, that allows web pages to be liked one to each other. HTML relies on tags, which have the following form:
- an opening tag,

- a closing tag. HTML code is stored in a normal text file.

HTTP

Hyper Text Transfer Protocol. The main protocol used to transfer and receive data over the World Wide Web. The latest version of HTTP is 1.1. Basic HTTP transaction involves a WWW browser connecting to a server, browser sending a request to the server specifying its capabilities and which document is requested, server responding with the required data, and closing of the connection. The overview of HTTP is here.

Hub

A hub is a network device that is used for connecting computers on a Local Are Network (LAN). It forwards all the packets it receives to all of its ports.

Hyperlink

A part of the web page that links to another web page. By clicking on a hyperlink user redirects the browser to another page. The word hyperlink is sometimes shortened to just "link".

Hypertext

A text on the web page that is linked to another webpage. Browsers usually display hypertext as underlined and in blue color.
Home Page
The document displayed when you first open your Web browser. Home Page can also refer to the first document you come to at a Web site.
Hotlists
Lists of frequently used Web locations and URLs (Uniform Resource Locators).
Host
A computer acting as an information or communications server.
HTML
An acronym for HyperText Markup Language, HTML is the language used to tag various parts of a Web document so browsing software will know how to display that document's links, text, graphics and attached media.
HTML Document
A document written in HyperText Markup Language.
HTTP
The abbreviation for Hypertext Transfer Protocol, HTTP is used to link and transfer hypertext documents.
Hypermedia
The hypertext concept extended to include linked multiple media.
Hypertext
This term describes the system that allows documents to be cross- linked in such a way that the reader can explore related documents by clicking on a highlighted word or symbol.


Hexadecimal
When you define colors for backgrounds, links, fonts and whatever else in HTML, you can either define them with a word (i.e. "white") or the hexadecimal equivalent. The hexadecimal notation represents each RGB (red, green & blue) component of a color in two characters, 00 to FF, rather than three characters, 000 to 256. The hexadecimal equivalent of white is 000000, and black is FFFFFF. A very large GIF that contains a complete list of browser safe colors and their hexadecimal designations is here.
HTML (HyperText Markup Language)
HTML is the code that tells browsers how to display a page on your screen. This code, sometimes called "markup", uses "tags" that instruct a browser to make text a certain size or style, display an image, or link to another page or web site.
HTML Editor
A software program that makes creating a web page nearly as easy as typing a memo using a word processor. Instead of learning HTML commands, users can format web pages using a menu. HTML editing tools support bullets, tables, paragraph alignment, font size, font color, indenting, and other common formatting features. Many HTML editor packages display the page being edited exactly the same way it will be displayed on the web - a feature called WYSIWYG, or what you see is what you get.
Hyperlink
An element found on web pages and other electronic documents that, when clicked with a mouse, automatically opens a file or web page in your web browser. A hyperlink may be a word, button, or graphic. When a hyperlink is text, it typically displays in a different color and may also be underlined. A text hyperlink that has already been visited is usually displayed in a different color.
Hypertext Transfer Protocol (HTTP)
The set of standards that allows computer users to access the Internet or the World Wide Web. HTTP:// is the command that tells the web browser that the document found at this address is HTTP-compatible, and to display it in HTTP format.

Helper application
In web terms: A program helping the browser to display, view, or work with files that the browser cannot handle itself. (See Plug-In).

Hits
The number of times a web object (page or picture) has been viewed or downloaded. (See also Page Hits).

Home Page
The top-level (main) page of a web site. The default page displayed when you visit a web site.

Host
See Web Host.

Hosting
See Web Hosting.

Hotlink
See Hyperlink.

HTML (Hypertext Markup Language)
HTML is the language of the web. HTML is a set of tags that are used to define the content, layout and the formatting of the web document. Web browsers use the HTML tags to define how to display the text.
Learn more about HTML in our HTML tutorial

HTML Document
A document written in HTML.

HTML DOM (HTML Document Object Model)
A programming interface for HTML documents.
Learn more about HTML DOM in our HTML DOM tutorial

HTML Editor
A software program for editing HTML pages. With an HTML editor you can add elements like lists, tables, layout, font size, and colors to a HTML document like using a word processor. An HTML editor will display the page being edited exactly the same way it will be displayed on the web (See WYSIWYG).

HTML Form
A form that passes user input back to the server.
Learn more about HTML forms in our HTML tutorial

HTML Page
The same as an HTML Document.

HTML Tags
Code to identify the different parts of a document so that a web browser will know how to display it.
Learn more about HTML tags our HTML tutorial

HTTP (Hyper Text Transfer Protocol)
The standard set of rules for sending text files across the Internet. It requires an HTTP client program at one end, and an HTTP server program at the other end.

HTTP Client
A computer program that requests a service from a web server.

HTTP Server
A computer program providing services from a web server.

HTTPS (Hyper Text Transfer Protocol Secure)
Same as HTTP but provides secure Internet communication using SSL. (see also SSL)

Hyperlink
A pointer to another document. Most often a pointer to another web page. A hyperlink is a synonym for a hotlink or a link, and sometimes called a hypertext connection to another document or web page.

Hypermedia
An extension to hypertext to include graphics and audio.

Hypertext
Hypertext is text that is cross-linked to other documents in such a way that the reader can read related documents by clicking on a highlighted word or symbol. (see also hyperlink)




HOMEPAGE
The home page (or, less commonly, homepage[1]) is the URL or local file that automatically loads when a web browser starts or when the browser's "home" button is pressed. One can turn this feature off and on, as well as specify a URL for the page to be loaded


Hosting (Web Hosting)
A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own or lease for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation.



HTML
HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages. HTML can also be used to include Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both HTML and CSS standards, encourages the use of CSS over explicit presentational markup.[1]

No comments:

Post a Comment