Brief About XHTML and HTML
December 23rd, 2011 | HTML, XHTML | Comments (0)XHTML (eXtensible HyperText Markup Language) is an extended version of HTML (Hypertext Markup Language), which is used to script the web pages. Both the languages belong to XML (Extensible Markup Language) markup languages. XML is nothing but a set of rules and patterns, which are used to encode documents in machine-readable form. The job of XML is to transport and store data, while HTML and XHTML (which is clearer version of HTML) are used to display the data on web. HTML does not allow you to make your own tags, but XML does. In XML document, it is very easy to form tags. In HTML, there syntax for every tag and you have to write the tag according to the particular syntax so that you browser understand the same continue reading


