HTML HELP SOURCE
What is HTML?
HTML stands for Hypertext Markup Language. It consists of a set of codes which are
inserted in a document to control the way the document is displayed by a "web
browser" such as Netscape Navigator/Communicator or Microsoft Internet Explorer.
Since you are viewing this document, you must be using a web browser. If it has a
"view source" feature, you can see what this web page looks like with the codes
showing. In Netscape, select VIEW, then SOURCE... If you are familiar with the hidden
codes used by word processors such as WordPerfect, you will see that HTML codes are very
similar. A document containing these codes is called an HTML document.
An HTML document must have the proper form, so that it will be recognized and interpreted
properly by the browser software. The basic form is:
You should notice two things here. Opening codes are enclosed in brackets (< >), and
closing codes include a slash ( >).
For example, an HTML document is opened by and closed by
![]()