How to make a chess board with a frame | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a chess board with a frame

9th Mar 2021, 6:40 PM
Testimony Increase
Testimony Increase - avatar
4 Answers
+ 2
Posting the question multiple times wont get you the answer quickly. You have posted 2questions before regarding the chess board you making. Please refer to the links and create it. if got any difficulty post in the same question dont create a new question for the same topic
9th Mar 2021, 6:46 PM
Sharique Khan
Sharique Khan - avatar
+ 1
If you want to create chess you will need to use JavaScript too, if you just want to make the board and the pawns you could create them using CSS, canvas or SVG, in my opinion SVG would be the best option since it would allow you to draw paths and move objects around very easily. If you want to make a chess board with only HTML I guess you could achieve that with a table and some simple style attributes, and perhaps you could use images for the pawns.
9th Mar 2021, 7:23 PM
Karak10
Karak10 - avatar
0
Ok
9th Mar 2021, 6:48 PM
Testimony Increase
Testimony Increase - avatar
0
Delete those duplicate questions please.
9th Mar 2021, 7:25 PM
Abhay
Abhay - avatar