html code of circle
Answers
Answered by
1
Explanation:
There is not technically a way to draw a circle with HTML (there isn't a <circle> HTML tag), but a circle can be drawn. border-radius: 50%; will turn all elements into a circle, regardless of size. At least, as long as the height and width of the target are the same, otherwise it will turn into an oval.
Similar questions