![]() |
Chapter Seventeen: How HTML Works |
|
of Contents: Course Assignments and Due Dates Part One: Understanding The Internet
Part Two: Getting On The Internet
Part Three: Communicating Over The Internet
Part Four: Finding Things On The Internet
Part Six: Using Multimedia On The Internet
Part Seven: Planning For The Future Of The Internet
|
After completing this chapter, you will be able to:
HTML and the Web
HTML allows you to format text, add rules, graphics, sound and video, then save it all in a text-only ASCII file that any
computer can read. Remember, to project video or play sounds, you will also need to have a computer configured with the
necessary hardware, browser plugins and software applications.
The key to HTML is in the tags, keywords enclosed in less than (<) and greater than (>) signs that indicate to the web browser software (Netscape or Internet Explorer) what kind of content is coming up. A browser can interpret HTML tas and then
show the formatted document on screen. There are opening and closing versions for many (but not all) tags, and the affected text is contained within the two tags. Both the opening and closing taggs use the same command word but the closing tag uses an
initial forward slash symbol. EXAMPLE: <HTML></HTML>
In some cases, you may want to nest tags on a page. Remember, not all tags can contain all other kinds of tags. As a general rule, tags that affect entire paragraphs can contain tags that affect individual words or letters, but not vice versa. Also,
whenever you use a closing tag, it should correspond to the last unclosed opening tag.
HTML browsers will ignore any extra spaces that exist between the tags in your HTML document. You can control spacing by using HTML tags to define paragraphs, carriage returns and line breaks.
HTML documents can contain hypertext links to other HTML documents or to other sites on the Internet. This means you can create several Web pages and have your visitors jump from one to the other as needed. You can also create links to other
organizations' Web pages, giving your visitors access to information created and maintained at other Web sites.
You can create an HTML document with any word processor or text editor. You can also use HTML editors, a WYSIWIG tool or an HTML translator to create web pages. Online Resources:
Create a simple web page using the tags listed in your textbook on page 182, Table 17-1. Attach your htm file and all graphic files to an email message to be submitted to your instructor.
|
Web Author: Jennifer Lagier
Copyright ©1999 by Jennifer Lagier & Hartnell College - ALL RIGHTS RESERVED