draw circle of radius of user choice in html css and javascrip and svg code example
Example: css circle
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}