<html> [start of html file] <head> [start of head element] <title>...</title> [text that appears in the window color bar] </head> [end of head element] <body> [start of body of the document] ... [user optional tags and text goes here] </body> [end tag of body] </html> [end tag of html file]
An example of an unordered list is a bulleted list:
The definition list provides a display of an indented definition below the definition term. An example of a definition list is the following:
The pre-formatted tag is used to retain spaces and line feeds in bodies of text. This tag is useful in formatting verbatim displays. Two examples of this are given above under the heading Basic HTML Programming and Basic HTML List Tags below.
<OL> ...</OL> [Ordered list] <UL> ...</UL> [Unordered list] <DL> ...</DL> [Definition list] <DT> [Definition term] <DD> [Definition definition] <PRE>...</PRE> [Pre-formatted list]
Another article I read is a report on the workshop held in San Jose, CA during May
1998, that discussed ideas for the next generation of HTML. The outcome
of the workshop is that a fresh start with a new generation of HTML as a
suite of XML tag-sets is needed to cover a wider range of mark-up
information for multiple devices such as cell phones, computers, pagers,
TV, and other devices. The role of W3C in all of this is to deliver a
set of proposed recommendations to accomplish the above in the next
twelve to eighteen months.
I also read Raggett's "Ten Minute Guide to HTML", which is a short introduction
to writing HTML. This is recommended for people who write HTML by hand using
tools such as Notepad or a text editor such as Pico.
Since this is what we are doing in this course, this guide would be a good
introduction to start writing HTML. It will make your HTML documents more
accessible to a wide range of browsers.
I take full responsibility
for the information posted. The information on this page
represents that of myself and not that of
California State University,
Sacramento or the School of
Engineering and Computer Science
.
Happy New Year!
Here's a picture (27 Kb) to celebrate the Chinese New Year of the Rabbit.
May this be a productive year for you!
Return to HOMEPAGE