10-04-2009, 07:48 PM
HTML is a markup language for describing websites, in other wards its a language used to create websites.
HTML is not a programing language but rather a markup language, A markup language is a system for annotating a text in a way which is syntactically distinguishable from that text.
HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags
* HTML tags are keywords surrounded by angle brackets like <html>
* HTML tags normally come in pairs like <b> and </b>
* 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
HTML is not a programing language but rather a markup language, A markup language is a system for annotating a text in a way which is syntactically distinguishable from that text.
HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags
* HTML tags are keywords surrounded by angle brackets like <html>
* HTML tags normally come in pairs like <b> and </b>
* 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