Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
HTML and XHTML - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Magento Forum & Discussions (/forumdisplay.php?fid=24)
+---- Forum: HTML, XHTML, CSS, Design Questions (/forumdisplay.php?fid=37)
+---- Thread: HTML and XHTML (/showthread.php?tid=880)



HTML and XHTML - madhusmita - 12-12-2011 09:59 PM

What is the difference between HTML and XHTML?


RE: HTML and XHTML - Hilton - 12-13-2011 04:25 PM

The most important difference between the two markup languages is that HyperText Markup Language, or HTML, is an application of SGML (Standard Generalized Markup Language), and allows an author to omit certain tags and use attribute minimization. The Extensible HyperText Markup Language, or XHTML, is an application of XML (Extensible Markup Language).It doesn’t permit the omission of any tags or the use of attribute minimization..


RE: HTML and XHTML - mamatha - 04-11-2012 11:42 PM

HTML scripts is still applicable in XHTML. XHTML is nothing but a completion HTML codes.
HTML is about displaying information
XHTML is about describing the information


RE: HTML and XHTML - riinfotech - 05-07-2012 09:04 PM

(12-13-2011 04:25 PM)Hilton Wrote:  The most important difference between the two markup languages is that HyperText Markup Language, or HTML, is an application of SGML (Standard Generalized Markup Language), and allows an author to omit certain tags and use attribute minimization. The Extensible HyperText Markup Language, or XHTML, is an application of XML (Extensible Markup Language).It doesn’t permit the omission of any tags or the use of attribute minimization..

i agree with you..


RE: HTML and XHTML - lennonrowen - 08-22-2012 10:02 PM

XHTML is a combination of XML and HTML.
HTML- displays the data
XML- describes the data.


RE: HTML and XHTML - Orlova - 12-26-2017 05:32 PM

HTML is not mandatory for one root element where as XHTML documents must have one root element.


RE: HTML and XHTML - RuskinF - 06-27-2020 02:05 AM

HTML stands for Hypertext Markup Language, whereas XHTML stands for Extensible Markup Language