HALT! |
|
Tried to get your attention.
This tutorial is dead. It is replaced by a much better one at:
www.easyHTMLtutorial.com .This is the original from which the new one was developed. The new one fixes errors in organization, clarifies some concepts, goes slower in the difficult spots and much faster in the many easy topics. The original, here, is waiting for me to find some time to clean it up and attach it, possibly, as an historic footnote at the new site. There are no ads at the new site. At least not now (early 2008). Maybe some day I'll get greedy, but I haven't yet. Enjoy. |
|
Virginia's HTML — Basic Concepts |
It occured to me that the same tutorial would be helpful for someone writing their first javadoc, too. So here goes.
Read "<TAG>" and "</TAG>" as "TAG" and "end TAG".
For examples:
Text within <I> and </I> tags is italic.
Text within <B> and </B> tags is bold.
| This sentence shows sample <I>itaclic text</I>, sample <B>bold text</B> and sample <B><I>bold, italic text</I></B>. |
| This sentence shows sample itaclic text, sample bold text and sample bold, italic text. |