August 1999
Intermediate to advanced
328 pages
8h 58m
English
Undoubtedly, you are familiar with the Web. Having surfed the Web for fun and profit, you have some understanding of what is meant by a Web browser, a Web page, and a Web site.
Nonetheless, before getting started with Apache, it's important to be clear about some key concepts.
URL—uniform resource locator—is an address on the Web, such as http://www.apache.org
An HTML—hypertext markup language—page is a collection of ASCII content marked with tags. These tags are indicated with brackets: <I am a tag>. Concluding tags are identified with a slash:
<I am a tag> I am content </I am a tag>
HTML tags provide formatting directives about the content they accompany. Often, they may include parameters, called attributes.
In addition, ...
Read now
Unlock full access