+ 1
HTML
How I can make 3D Cube or whatever?
4 Antworten
+ 2
You need the feature of 3D rotations for creating a 3D cube properly that can't be possible with html, you need css.
But maybe if you create numerous elements each being very thin strips, then you can create a static 3D looking cube.
+ 1
With HTML only it might be pretty hard, although I am sure you can achieve it
+ 1
You can make the top or side view of a 3D cube in html5 pretty easily using the svg tag.
0
Thx