mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
607 B
1 lines
607 B
<HTML>
<HEAD>
<TITLE>HTML</TITLE>
</HEAD>
<BODY>
<A NAME="TOP"></A>
<H1>HTML</H1>
HTML (or HyperText Markup Language) is a set of markup tags used to
write documents on the WWW.
<P><B>To view the tags in an HTML document:</B>
<OL>
<P><LI>From the Edit menu, choose View Source.
<P>You can copy, but not change, text in the View Source window.
<P><LI>Choose the Close button.
</OL>
<P>See <A HREF="http://www.ncsa.uiuc.edu/demoweb/html-primer.html">A
Beginner's Guide to HTML</A> for more about HTML.
<HR>
<A HREF = "topics.htm">Help Contents</A> | <A HREF="index.htm#TOP">Index</A>
</BODY>
</HTML>
|