Different between HTML and XHTML.?

The most significant distinction between the two markup dialects is that Hypertext Markup Language, or Html, is a provision of Sgml (Standard Generalized Markup Language), and permits a creator to discard certain tags and use property minimization. The Extensible Hypertext Markup Language, or Xhtml, is a requisition of Xml (Extensible Markup Language). It doesn't allow the oversight of any tags or the utilization of quality minimization
 
HTML is stand for Hyper text Mark up Language. XML is stand for extension markup Language. design to transport and store large amount of the data.

<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
 
Even though this is a CSS reference, we should spend some time talking about HTML and XHTML, because your choice of markup language will affect how CSS is applied in some instances. Moreover, in order to understand the variations in the way CSS is applied to HTML and XHTML, you need to grasp the fundamental differences between the two markup languages.
 
Even though this is a CSS reference, we should spend some time talking about HTML and XHTML, because your choice of markup language will affect how CSS is applied in some instances. Moreover, in order to understand the variations in the way CSS is applied to HTML and XHTML, you need to grasp the fundamental differences between the two markup languages.
 
Back
Top