Science, asked by speed30, 1 year ago

You can Answert it fairly,

Write HTML code for it ​

Attachments:

Answers

Answered by Rememberful
13

<head>

<title>SVG</title>

<meta charset="utf-8" />

</head>

<body>

<h2>HTML5 SVG Circle</h2>

<svg id="svgelem" height="200">

<circle id="redcircle" cx="50" cy="50" r="50" fill="black" />

</svg><head>

<title>SVG</title>

<meta charset="utf-8" />

</head>

<body>

<h2>HTML5 SVG Circle</h2>

<svg id="svgelem" height="200" >

<circle id="redcircle" cx="50" cy="50" r="50" fill="red" />

</svg><head>

<title>SVG</title>

<meta charset="utf-8" />

</head>

<body>

<h2>HTML5 SVG Circle</h2>

<svg id="svgelem" height="100" >

<circle id="redcircle" cx="50" cy="50" r="50" fill="green" />

</svg><head>

<title>SVG</title>

<meta charset="utf-8" />

</head>

<body>

<h2>HTML5 SVG Circle</h2>

<svg id="svgelem" height="200" >

<circle id="redcircle" cx="50" cy="50" r="50" fill="purple" />

</svg>

Similar questions