XHTML | Introduction
HTML stands for EXtensible HyperText Markup Language. It is the next step to evolution of internet. The XHTML was developed by World Wide Web Consortium (W3C). It helps web developers to make the transition from HTML to XML. Using XHTML, developers can enter the XML world with all the features of it, and they can still remain confident about the backward and future compatibility of the content. The XHTML 1.0 is the first document type in the XHTML family and it is Recommended by W3C in 26 January 2000. The XHTML 1.1 is Recommended by W3c in 31 May 2001. The XHTML5 is a standard and is used to develop an XML adaptation of the HTML5 specification. The XHTML documents contains three parts, which are discussed below: DOCTYPE: It is used to declare a DTD head: The head section is used to declare the title and other attributes. body: The body tag contains the content of web pages. It consists many tags. Creating a XHTML web page, it is necessary to include DTD (Document Type...