Why Use XHTML?

XHTML is a combination of HTML and XML (eXtensible Markup Language).

XHTML includes all the HTML 4.01 elements that are compatible with XML syntax.

Why Use XHTML?

We believe that many web pages on the World Wide Web contain poor HTML code.

The following HTML code can still work well, even though it does not comply with HTML rules:

<html>
<head>
<title>This is bad HTML</title>
<body>
<h1>Bad HTML
</body>

XML is a markup language in which everything must be correctly marked to produce well-formed documents.

XML is used to describe data, while HTML is used to display data.

In today's market, there are different browser technologies, some of which run on computers, and some run on mobile phones and handheld devices. The latter do not have the ability or means to interpret poor markup languages.

Therefore, by combining the strengths of HTML and XML, we have obtained a markup language that can be used now and in the future - XHTML.

XHTML can be read by all devices that support XML, and in the meantime, before all browsers upgrade to support XML, XHTML enables us to write well-structured documents that work well in all browsers and are backward compatible.