Module-7-XHTML
Module-7-XHTML
What is XHTML?
XHTML stands for Extensible Hypertext Markup Language.
Developed by the W3C (World Wide Web Consortium), XHTML is more strict and
cleaner than HTML.
XHTML documents must be well-formed and follow strict syntax rules.
What is XML?
XML stands for Extensible Markup
Language.
It is a markup language designed to
store and transport data.
Unlike HTML, XML is not concerned
with how data looks, but rather what the
data "is".
It allows users to create their own tags
and define document structures.
Difference Between XHTML and HTML
HTML XHTML
Result
HTML XHTML
Result after
removing / in
<br>.