Learning HTML
HTML: Hyper Text Markup Language is
a document language of the World Wide Web browser and http server. This means HTML
has to run on both World Wide Web browser and server and it is an interpretive language.
So as a web application developer, web master or site builder you must know HTML by heart.
HTML is simply a tag based document construction language and within its tags there
is a vast scope for managing the tags, which normally is called HTML coding. HTML
4.0 has more advanced tags developed and recently HTML has grown from interactive HTML
toward Dynamic HTML. Followings are the basic types of HTML tags Structure Tag: It defines the structure of the documents.
Formating Tag: Document formating tags.
List Tags: Documents' elements listing tags.
HTML Tag
listing
In addtion to these there are tags
for link, table, frame, form, script, image, applet, etc.
