HTML Documents

Sr. No.
Topics
1
What is HTML Document?
2
HTML Editors
3
Understanding Tags
4
The Minimal HTML Document
5
A Teaching Tool

HTML Editors

Many WYSIWYG (What you see is what you get) editors are also available (e.g., Dreamweaver, Frontpage, Claris Home Page or Adobe PageMill, both for Windows and Macintosh). You may wish to try one of them after you learn some of the basics of HTML tagging. WYSIWYG editors let you design your HTML document visually, as if you were using a word processor, instead of writing the markup tags in a plain-text file and imagining what the results would be. But it is always useful to know basic HTML tags to code a document even if you are using a WYSIWYG editor, in case you want to add HTML features that your editor doesn't support.