Cover | Table of Contents | Colophon
http://developer.netscape.com/. Of
particular interest are the documentation pages, including listings
of Netscape's HTML tag support at http://developer.netscape.com/docs/manuals/.http://www.microsoft.com/sitebuilder/, and
the SiteBuilder Workshop, http://www.microsoft.com/workshop/.http://validator.w3.org/
http://www.websitegarage.com/
http://www.netmechanic.com/
http://www2.imagiware.com/RxHTML/
http://www.webmonkey.com/ ) is an
informational site that uses a DHTML-based interface, based on the
assumption that its developer audience is using the latest tools.
WebMonkey also uses browser detection to serve alternative versions
for those without DHTML capabilities. So just because you have a
"serious" site doesn't mean you should abandon new
technologies entirely.<img> tag's alt
attribute). Make the alternative text rich
and meaningful. Adding alt text should be
standard procedure for all web page creation; in fact, in the new
HTML 4.0 specification, the alt attribute is
now a required part of the <img> tag. (See Chapter 9,.for more information.)alt text so a speech device can locate the logical end of
the phrase.http://www.webtv.net/primetime/.
login: and
password: prompts respectively.$ or a % (or
sometimes #) depending on the flavor of Unix the server is running,
which tells you that the system is "ready." At this
point, you are using a program called the
shell, which interprets the commands you type
and invokes the programs you ask for. You will automatically be
placed in your home directory.http://www.shareware.com/ (search for
"ftp").http://www.w3.org. The most
recent work is the HTML 4.0 Specification, which is growing in
support by major browsers.http://www.htmlcompendium.org.http://www.shareware.com.) and wade through the results. For purposes of brevity,
I'm going to cut to the chase.http://www.allaire.com.http://www.bbedit.com.head and the body. The
head contains information about the document, such
as its title and "meta" information describing the
contents. The body contains the actual contents of
the document (the part that is displayed in the browser window).<HTML> <HEAD> <TITLE>Document Title</TITLE> </HEAD> <BODY> Contents of Document </BODY> </HTML>
<BODY BGCOLOR=white> will work the same as
<body bgcolor=white>.
However, values for particular attributes may be case sensitive,
particularly URLs and filenames.The weather is <I>gorgeous</I> today.
<p> (paragraph) tag. Browsers have supported
the <p> tag without its end tag, so many web
authors take advantage of the shortcut. Not all tags allow this,
however, and not all browsers are forgiving, so when in doubt include
the end tag. This is especially important when using Cascading Style
Sheets (discussed in Chapter 23) with your
document.< >...</>. If the end
tag is optional, it will be so noted in the tag's explanation.<img>) is such a tag and it simply plops a
graphic into the flow of the page. Other standalone tags include the
linebreak (<p>
or <br> tag within the flow of the document
text. Line breaks are displayed, however, when text is tagged as
preformatted text (<pre>).far, far away
far, far away
). Multiple spaces will be displayed,
however, when text is tagged as preformatted text
(<pre>).<p> (paragraph) tags with no
intervening text is interpreted as redundant by all browsers and will
display as though it were only a single <p>
tag. Most browsers will display multiple
<br> tags as multiple line breaks.