+ 9
Making apps: Java + HTML5 VS Java + XML
Will there be a big difference if I use HTML5 instead of XML? Can I use it?
6 odpowiedzi
+ 3
Xml lets you create own tags etc while html 5 is more user friendly in providing already existing structures.
+ 9
@Lars R. So basically I can use either of the two?
+ 7
@Lars R. It does, alot :D
+ 6
@Lars R. Thank you very much.
+ 2
As far as I'm aware of yes.
Html is usually used for displaying while xml is used for storing text data.
I think there are enviroments that use html css and some use xml.
I personally would use html.
If you want to learn xml and extend your html knowlege check out
www.w3schools.com
They are the best source of tutorials for making web apps based on the w3c standarts.
+ 2
No problem, i hope it helps