Difference Between XHTML and HTML
HTML and XHTML are completely differ from each other in document
structure,elements and attribute format.
->XHTML is proposed by W3C Recommendation in 2000.
XHTML
->It is developed by W3C(World Wide Web Consortium).
->XHTML files are saved with .xhtml, .xht, .xml , .html and .htm extension.
->XHTML is an XML application.
- <html>
- <head>
- <title>This is an XHTML page </title>
- </head>
- <body>
- <p> This is my first XHTML page </p>
- </body>
- </html>
HTML
- <html>
- <head>
- <title>This is an XHTML page </title>
- </head>
- <body>
- <p> This is my first XHTML page
- </body>
- </html>

Rupali RastogiPosted Oct 9, 2013, 9:07 AM
anytime...but am not sir @ pravin
pravin konadePosted Oct 8, 2013, 11:37 PM
thank you sir