Create a circle in HTML with Purple coloured filled in it
Answers
Answered by
9
<head>
<title>SVG</title>
<meta charset="utf-8" />
</head>
<body>
<h2>HTML5 SVG Circle</h2>
<svg id="svgelem" height="200" >
<circle id="purplecircle" cx="50" cy="50" r="50" fill="purple" />
</svg>
</body>
Answered by
6
<Head>
<Title>SVG</title>
<meta charset = "utf- 8 "/>
</head>
<body>
<he>HTML 5 SVG Circle </h2>
<Svg id = "Svgelem " height = "200">
<circle id = "purple circle " cx= "50"
cy= "50" r = "50 " fill = "purple "/>
</svg>
</body >
nimki87:
jiske amswers tmm copy krti ho, kbhi usse thx bhi bol dena
Similar questions