Website Basics

September 17, 2010

Filed under: — NameRealEstate.com @ 12:08 pm

The world wide web (www), often referred to simply as the web, is an electronic network of websites, or sites for short. A website is a collection of web pages (digital documents) stored on a computer.  Other people can view web pages from any computer that’s connected to the internet, a vast worldwide network of millions of computers.  The world wide web is just one of many internet services.

Anyone can build and publish a website at a low cost and without much technical know-how.  Here’s how to get your website started:

• Register a domain name for your site.
• Purchase a web hosting program on which to store your files.
• Plan and organize your website.
• Learn to use HTML and CSS to create web pages.
• Add images to your web pages.
• Publish and promote your site.

How the Web Works
To understand how the web works, familiarize yourself with some basic terminology:

Browser:  This software program is used to view web pages.  Popular browsers include Microsoft Internet Explorer, Mozilla Firefox, and Safari.
Domain name:  The main name of a website.  It usually begins with www and ends in .com, .org, .net, or another suffix.  To access a site, users type its domain name into a browser. For instance, in www.quamut.com, “quamut.com” is the domain name.
URL:  An acronym for uniform resource locator, a URL is the unique address of each page on the web.  It can refer to entire sites, such as www.quamut.com, or specific pages, such as www.quamut.com/about.html. URLs usually include the prefix http://.
IP address:  Each computer on the internet is assigned a specific numerical address, called an IP address.  Each domain name is associated with at least one IP address.
Client/server:  Clients are computers used to view web pages.  Servers are computers that serve, or distribute, web pages.
Link:  This is an electronic reference that connects one web page, or site, to another.  Web users move from one site to another by clicking on links.
Hypertext:  This is electronic text that contains links.
HTML:  An acronym for hypertext markup language, HTML is the computer code used to create web pages.
CSS:  An acronym for cascading style sheets, CSS documents control the appearance and positioning of web page content.
FTP:  An acronym for file transfer protocol, FTP is software used to move files between computers.  Website builders use FTP to upload HTML files to servers.

How Web Pages Are Served
When you open up your browser and view a web page, an exchange between your computer (the client) and a remote computer (the server) has already taken place.  Here’s a quick breakdown of what happens:

1. You type a URL into your browser’s blank address bar.
2. Computers called name servers then point your browser to other computers whose IP addresses are associated with the domain name in the URL.
3. Your browser loads the page you requested and its related components from the server where they reside.
4. The browser formats the page for viewing based on the instructions in the CSS and HTML documents associated with the web page you requested.

* The above information was provided by Barnes and Noble – Quamut – how to do it ™ series which can be purchased by clicking the Barnes and Noble advertisement.

Comments are closed.