ASP [Active Server Pages] - Microsoft technology similar to CGI that is used to create dynamic content for a web page. Pages using ASP are created with programming scripts (eg; JavaScript) and integrated with the HTML of a page. It is a server-side scripting language and is mostly used on Windows platforms.
CSS [Cascading Style Sheets] - A simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. Not all browsers (of specific versions) implement the full specification of CSS.
DNS [Domain Name System (Service)] - An Internet system/service that translates domain names into IP addresses. Domain names are alphabetic so they're easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address.
FTP [File Transfer Protocol] - One of the common methods of transferring files over the Internet. A typical method used for uploading files (pages) to a hosting server for viewing on the Internet.
Home Page - It is a first page (also referred as an opening page, start page or main page) of a Web site. This would technically be your index page or default page of your directory.
HTML [HyperText Markup Language] - HTML is a basic markup language derived from the Standardized General Markup Language (SGML), providing the means for creating simple hypertext documents, intended for publishing on the World Wide Web.
Internet - A global network connecting millions of computers. Each Internet computer, called a host, is independent. The Internet is not synonymous with World Wide Web. The Internet and the Web are two related but separate things.
IP [Internet Protocol] - The method or protocol by which data is sent from one computer to another on the Internet. Each computer (known as a host) on the Internet has at least one IP address that uniquely identifies it from all other computers on the Internet.
Meta Tag - A special HTML tag that provides information about a Web page. Unlike normal HTML tags, meta tags do not affect how the page is displayed.
PHP [Hypertext Preprocessor] - A server-side, HTML embedded scripting language used to create dynamic Web pages. Designed for Windows and Unix type platforms.
Server - A computer, program or process which responds to requests for information from an user. On the internet, all web pages reside on servers (computers).
Tag - An HTML tag is a formatting command written into a document that specifies how it should be formatted. A web browser interprets these tags and outputs the intended command (action).
W3C [World Wide Web Consortium] - Established in October 1994 to lead the World Wide Web to its full potential by developing common protocols that promote its evolution and ensure its interoperability.