Skip to menu

XEDITION

HTML Practice

Ellipse

stu 2018.12.26 20:55 Views : 466

<p>

<svg height="300" width="200">
<ellipse cx="130" cy="100" fill="red" rx="40" ry="60" stroke="black" stroke-width="3"></ellipse>
<ellipse cx="130" cy="130" fill="blue" rx="40" ry="60" stroke="black" stroke-width="3"></ellipse> 
<ellipse cx="130" cy="160" fill="green" rx="40" ry="60" stroke="black" stroke-width="3"></ellipse>
</svg>

</p>

No. Subject Author Date Views
12 Grid file stu 2018.12.26 436
11 Sample Test 1 April 8 2019 stu 2019.04.08 460
» Ellipse stu 2018.12.26 466
9 Circle Examples 2 stu 2019.05.06 469
8 Practice 3 Table file stu 2019.04.22 534
7 Practice Marquee stu 2018.12.26 682
6 Circle stu 2018.12.26 683
5 Practice Table 2 file stu 2019.04.22 1052
4 Practice 1 stu 2018.12.26 1339
3 Poly stu 2018.12.26 1352
2 Student Sample 1 stu 2018.12.26 1512
1 Table 1 stu 2018.12.26 3042
Up