+ 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
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!
+ 1
Please someone tell me
+ 1
Is this code is applicable on computers
+ 1
Thank you sir
+ 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
+ 1
Ok thanks
0
Yes, it does work on pc
0
Trying writing all the commands on pc rather than writing on your tab or phone.
Then your errors might be fixed!