|
A brief guide to writing HTMLIntroductionHTML stands for HyperText Markup Language. It is a way of marking documents so that they can be displayed in a variety of ways without losing the structure of the document. This markup is done via tags. For example, the title of this document, "Writing HTML," was specified by <TITLE>Writing HTML</TITLE>. The tags <TITLE> and </TITLE> mark the start and end of the segment of text which is being described as the title. For example, the tag <P> marks the beginning of a paragraph, and the tag, </P> marks the end of the paragraph. Some tags are optional, however since in past versions of HTML, they weren't always used. These include the </P> tag, the </LI> tag, and the </DD> tag.
ReferencesThere are many good documents for learning HTML. Two good references are:
Copyright (c) HMC Computer Science Department.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with the no Invariant Sections, with no
Front-Cover Texts, and with no Back-Cover Texts.
A copy of the license is included in the section entitled ``GNU Free Documentation License.''
HMC Computer Science Department Contact Information |