Can someone please tell me how can I put any type of polygon to my website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone please tell me how can I put any type of polygon to my website

But when apply this code on my Android it runs properly but when I apply this code to my PC it is not work properly https://code.sololearn.com/We61nLH1hlaE/?ref=app

30th Sep 2020, 8:27 AM
Ultimate Sakshamz
8 Answers
+ 1
Sure for putting a polygon in your code, use the following command. <svg width="500" height="500" <polygon points="100 100, 200 200, 300 0" style="fill:red; stroke:black;" /> </svg> dont forget to give a upvote!
1st Oct 2020, 5:20 AM
Shubhan
Shubhan - avatar
+ 1
Please someone tell me
30th Sep 2020, 9:06 AM
Ultimate Sakshamz
+ 1
Is this code is applicable on computers
1st Oct 2020, 6:15 AM
Ultimate Sakshamz
+ 1
Thank you sir
1st Oct 2020, 7:16 AM
Ultimate Sakshamz
+ 1
But sir i want to make the accurate homepage on my PC but when i apply this code on my PC it doen't give me the accurate output
1st Oct 2020, 7:25 AM
Ultimate Sakshamz
+ 1
Ok thanks
1st Oct 2020, 1:10 PM
Ultimate Sakshamz
0
Yes, it does work on pc
1st Oct 2020, 7:16 AM
Shubhan
Shubhan - avatar
0
Trying writing all the commands on pc rather than writing on your tab or phone. Then your errors might be fixed!
1st Oct 2020, 12:41 PM
Shubhan
Shubhan - avatar