Whats the deferences between HTML XHTML &HTML5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Whats the deferences between HTML XHTML &HTML5?

Hi I want to start learning php and someone told me that first learn html, now whats the deferences between html,xhtml,html5? and which one do you offer?

18th Sep 2017, 6:41 AM
Abbas
Abbas - avatar
3 Answers
+ 6
Some differences between HTML5 and XHTML: XHTML is hybrid between HTML and XML, whereas HTML5 is a version of HTML. XHTML and HTML are two different ways of representing markup.XHTML is almost identical to HTML 4.01. HTML5 is the latest version of HTML.In XHTML, all tags, once opened, must be closed. HTML is less strict.XHTML has some restrictions about what tags can be nested inside each other. XHTML is stricter version of HTML; HTML5 is an upgrade of HTML.XHTML uses XML parsing requirements. HTML uses its own.HTML does not have a well-formedness constraint, no errors are fatal. In XHTML, well-formedness errors are fatal.In HTML5, one does not need to manually declare the namespace.In HTML5, one does not need to add type attributes to script and style elements.In HTML5, one must use <!DOCTYPE html>, instead of a long doctype.In HTML5, the charset declaration is much simpler.In HTML5, one does not have a choice to include or not include a dtd uri in the doctype or a choice between transitional and strict.In HTML5, one can use embed if needed.XHTML 5 is the XML serialization of HTML 5.“[HTML 5] is intended to replace XHTML 1.0 as the normative definition of the XML serialization of the HTML vocabulary."
18th Sep 2017, 7:28 AM
Ekansh
+ 4
learn html and then html 5 then the other like css and jquery and go on more on web like sql and asp.net
21st Sep 2017, 8:09 PM
milad jamali
milad jamali - avatar
0
some syntax and versions i think
19th Sep 2017, 10:21 AM
Everything Here
Everything Here - avatar