+ 4

HTML

Hey guys, I heard HTML is an ideal language for writing websites, but I'm wondering if it can also be used to write games and other mobile apps...

30th Mar 2018, 8:22 PM
Abraham N. Mulbah
Abraham N. Mulbah - avatar
1 Answer
+ 2
Well, for both web design and mobile applications, I would say that it is partially what you need to create one or the other. The purpose of HTML in websites is to display all of the static information (text, images, links, etc.), and works alongside CSS and JavaScript to create web pages. Putting all three of the languages together, it is definitely possible to create mobile applications and games. Although it may not be the best choice for that, it is very much capable of doing so as JavaScript allows for games to have a lot of functionality and with CSS and HTML, you can make excellent games. I would recommend checking out some people's web codes they have made on Sololearn to try and get an idea of what it may look like, and maybe get some ideas on what you could do. I would also recommend checking out these posts, as they go over what you need to do to convert a web application into a mobile application - https://www.sololearn.com/learn/1439/?ref=app https://www.sololearn.com/Discuss/914055/?ref=app Hope this helped and happy coding!
30th Mar 2018, 8:48 PM
Faisal
Faisal - avatar