Summary
With the completion of this chapter, you've taken your first step in your journey to create websites. This chapter was a big first step, covering many important facets of websites, web pages, and web page authoring tools.
This chapter began by looking at the three things all websites have:
- A web server to return the requested web pages to the requesting web browsers
- A domain name to uniquely identify the website
- Web pages, which make up the building blocks of a website
A web server is a computer where a website's web pages reside. It is this web server that is queried when a user visits the website through a web browser. The domain name is a unique identifier for a website. To visit the home page for a particular website, simply enter the domain name in your web browser's Address bar. Finally, a website is composed of one to many web pages. Each web page is, in actuality, a file residing on the web server. Web pages contain HTML markup that specifies how their content should be displayed in a web browser.
In this chapter you also saw how to use SeaMonkey Composer to create a simple web page. Composer enables you to create and edit web pages just like you would work with documents in any word processor program. Before you can start using Composer, though, you need to install the SeaMonkey software located on this book's accompanying CD.
In the next chapter, "Creating a Website," we'll take a deeper look at the communication interactions involved between a web browser and a web server. We'll also look at how to get started creating a website, which involves finding a web host provider and registering a domain name. Finally, we'll see how to upload web pages from your computer onto your public website's web server. You find all this and more in the next chapter