How can I make a star by using only SVG in HTML (easily) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I make a star by using only SVG in HTML (easily)

Give an easy method only. (No CSS)

25th May 2020, 6:52 AM
Shivansh Mishra
Shivansh Mishra - avatar
2 Answers
+ 1
<svg height="210" width="500">   <polygon points="100,10 40,198 190,78 10,78 160,198"   style="fill:lime;stroke:purple;stroke-width:5;fill-rule:nonzero;" /> </svg>
25th May 2020, 8:09 AM
Kashyap Kumar
Kashyap Kumar - avatar
19th Jun 2020, 4:47 AM
* A Learner *
* A Learner * - avatar