+ 1
Can you create games using only html?
25 Answers
+ 7
No, inorder to make the game interactive you have to use javascript, you can only make simple animations using only html
+ 6
No please.
Try enhancing it with Javascript
+ 4
No,but you can with JavaScript
+ 3
Mini games are possible by using HTML canvas and JS ๐ฅ
+ 2
Html=>defines the content
Css=>defines the layout
Javascript=>defines the behaviour
so all three are necessary.
+ 2
I made two using only HTML.
First one was simple:
https://code.sololearn.com/WgSpmu7j0qGZ/?ref=app
Second one was harder to make, and its way better than the first one:
https://code.sololearn.com/Ws91M6dybzI8/?ref=app
So yeah, Martin Taylor , Gekoda , Gor Hakobyan , Shoaib Akhtar, Laden , Naved Ahmed, Adeyemi Olayinka , Awalia, Manimaran K , Giancarlo Culcay and whoever else said its not possible, you are all wrong, it is possible, I could even make a pokemon battle with only HTML if I wanted to, but it would take time, and its true that JavaScript is way more flexible and lets you do way more stuff.
+ 1
Mirielle excluding interactive.
Can we create by html and php? Suppose we have a php server.
+ 1
Try learning JavaScript should help a lot.
+ 1
No but,We can design a simple animation by marquee and using other properties...
+ 1
Ya, but through JavaScript
https://code.sololearn.com/W1HytmSMVYu1/?ref=app
0
Only HTML is not possible to create a mini games. By uisng JS is possible ๐ฏ.
0
No. Impossible ๐
0
No , you will need js at least (only canvas based game) and css (other games)
0
Karak10 I did not say it is impossible I said you can not use only HTML you will need languages like JavaScript because HTML is not a programming language it is a markup language
0
But you can use only HTML and still create some simple games.
0
Not html alone
0
Not only html
- 1
Only html no
- 1
No, you can't create games with just html
- 1
No. You can possibly use the canvas element with JavaScript to create simple 2d games