A basic Web site is no more than a collection of text files that can be edited in a program as simple as Textpad in Windows or SimpleText in the Mac OS, along with a number of image files, which can be embedded in those pages. The pages are written in a language called HTML, which describes the way the content should be displayed in a Web browser. There are a number of tools out there (Adobe GoLive, Macromedia Dreamweaver and Microsoft FrontPage to name a few) that aid in the process of laying out these pages and allow you to use a graphical interface to format your pages rather than directly typing in the HTML code. In most cases, a series of static pages developed in this manner will suffice to deliver your message on the Web. If, however, you are ready to take the next step and deliver dynamic content on the Web, you'll most likely need a more sophisticated site. |