Monday, February 23, 2009

HTML

1.What is HTML?
2.HTML is a language for describing web pages.
3.HTML stands for Hyper Text Markup Language
4.HTML is not a programming language, it is a markup language
5.A markup language is a set of markup tags
6.HTML uses markup tags to describe web pages

>HTML Tags
1.HTML markup tags are usually called HTML tags
2.HTML tags are keywords surrounded by angle brackets like
3.HTML tags normally come in pairs like and

>>The first tag in a pair is the start tag, the second tag is the end tag
Start and end tags are also called opening tags and closing tags.
1.HTML Documents - Web Pages
2.HTML documents describe web pages
3.HTML documents contain HTML tags and plain text
4.HTML documents are also called web pages
5.The purpose of a web browser (like Internet Explorer or Firefox) is to read documents and display them as web pages.

1 comment: