1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Html-XHtml

Discussion in 'Web Development' started by ezeeekart, Jan 18, 2012.

  1. ezeeekart

    ezeeekart New Member

    Difference between Html and XHtml?

    Regards,
    Hershone.
     
  2. paymentprotection

    paymentprotection New Member

    HTML stands for Hypertext Markup language and XHTML stands for Extensible Hypertext Markup Language. Both r used to create static webpages. However,HTML is an applicattion of SGML whereas XHTML is an application of XML.
     
  3. KaityRoy

    KaityRoy New Member

    HTML is a Hypertext Markup language. XHTML is an Extensible Hypertext Markup Language. HTML is a static web page. XHTML is advanced version. HTML is about displaying information. XHTML is about describing information. In HTML
    tag can be used for opening and not closing it. In XHTML it is compulsory close all tags. Tags in XHTML must be in lower case.
     
  4. Armando J. Davis

    Armando J. Davis New Member

    The basic difference between HTML and XHTML is HTML doesn't use any rules for document writting but we have to follow rules while writting XHTML document otherwise it shows errors but incase of HTML language it doesn't show errors.For example <U><B>WindowXP</B><U> gives result WindowXP in HTML but it doesn’t give result in XHTML because UNDERLINE TAG is not closed.Likewise there are so many rules are there many rules in XHTML language you have to google it out for knowing them.