+ 3
HTML and js
Can you use html with js to create a box?
4 Réponses
+ 2
To create shapes html and CSS are fair enough. If you want advanced shape, svg again is better option. JS is more used set some actions instead creating a shape
+ 6
Yes, you can. Give it a try in the code playground
+ 5
Yes you can try it in code Playground
But if you use CSS then it will much easier
+ 2
A box? Like a rectangle? You don't even need JS to do that. Just pure HTML/CSS