Wednesday, 30 September 2009

What is HTML

HTML, which stands for Hyper Text Mark-up Language, is mark-up language for creating web pages. It has many semantics rule which allows it to display information on browser. All HTML document start with HTML tag and end with HTML tag. Within those tags other tags are included. Here are some of the basic build blocks of HTML document.
, Title BODY all tag with exception to /br must, START END . HTML also support image and object to be embedded to a website allowing to be more dynamic and creative. Interactive forms can be created using HTML document. Tools such Ajax, java script asp.net can be embedded in HTML document to carry out more complex task over the NET using a browser.

No comments:

Post a Comment