Making apps: Java + HTML5 VS Java + XML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

15th Apr 2017, 8:59 AM
MrCoder
MrCoder - avatar
6 Answers
+ 3
Xml lets you create own tags etc while html 5 is more user friendly in providing already existing structures.
15th Apr 2017, 9:30 AM
TransHedgehog
TransHedgehog - avatar
+ 9
@Lars R. So basically I can use either of the two?
15th Apr 2017, 9:44 AM
MrCoder
MrCoder - avatar
+ 7
@Lars R. It does, alot :D
16th Apr 2017, 6:59 AM
MrCoder
MrCoder - avatar
+ 6
@Lars R. Thank you very much.
16th Apr 2017, 1:17 AM
MrCoder
MrCoder - avatar
+ 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.
15th Apr 2017, 9:58 AM
TransHedgehog
TransHedgehog - avatar
+ 2
No problem, i hope it helps
16th Apr 2017, 6:56 AM
TransHedgehog
TransHedgehog - avatar