+ 5
Is HTML adapted to create a website on WebVR? Should I learn CSS?
I know nothing but I want to learn
2 ответов
+ 2
HTML itself can do nothing but create a simple coloured text page with images..Css enhances the properties of HTML and extends them... Javascript has almost all properties that are used in modern website designing WebVR is a part of Javascript API, so you'll have to lear HTML so that you can proceed to CSS and then JS finally...Now a days there's some thing new called "A-Frame". Here's a short code you can run to see how powerful it is. You can search more about it at: https://aframe.io/examples/
https://code.sololearn.com/WUStQCAj88Hj/?ref=app
+ 3
I have no knowledge on WebVR but I can say that learning CSS in vital. You can't create a half decent webpage without it.