What are the main differences between XHTML and HTML?

The Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax.XHTML is "the modern version of HTML 4". The difference is that XHTML is based on XML while HTML is based on SGML.

Comments

Popular posts from this blog

Can we use DIV inside span?

Define closure ?