Sunday, June 10, 2007

Introduction to html Online HTML Tutorial

Online HTML Tutorial


HTML is a language interpreted with the help a browsers.
The web pages are also called the HTML documents.
Html stands for Hypertext Markup Language and the markup language means the combine form of some text and some other information.
HTML is a set of some special codes which can be embedded in text to add some formatting and linking Information.
HTML is specified as tags in HTML documents.

HTML tags

:
Tags are instructions that are embedded directly into the text of any documents.HTML tags are a single to a browser that it should do something other than just through text upon the screen. All HTML tags are begins with an open angle bracket < and end with a close angle bracket >.
HTML tags can be of two types:
Paired Tag: A tag is said to be paired tag when it along with a companion tag for example .
Singular Tag: The second types of tags are the singular and stand alone tags.A stand alone tag doesn’t have a companion tag example :
.

HTML File Extension: The file extension of HTML file .htm or .html. We can create HTML file using simple text editor.

No comments: