xHTML (Extensible Hypertext Markup Language)


My explanation:
In all of my coded websites, I always use xHTML as the base language. I find xHTML to be a much cleaner language compared to normal HTML. This language uses Cascading Style Sheets (CSS) to define the styles found within the coded page. In xHTML, the use of "divs" are present within the code; much more eye appealing and easier to edit compared to HTML's tables!

Description:
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. Because they need to be well-formed, true XHTML documents allow for automated processing to be performed using standard XML tools—unlike HTML, which requires a relatively complex, lenient, and generally custom parser. XHTML can be thought of as the intersection of HTML and XML in many respects, since it is a reformulation of HTML in XML. XHTML 1.0 became a World Wide Web Consortium (W3C) Recommendation on January 26, 2000.