Skip to menu

XEDITION

HTML Practice

Poly

stu 2018.12.26 20:52 Views : 1343

1. Triangle

 

<p>

<svg height="210" width="500">

<polygon points="0,0 0,200 200,200" style="fill:lime;stroke:purple;stroke-width:1">

</polygon>

</svg>

</p>


 

 

 

 


2. Please create 5 more Triangles

 


 

3. 4 Sides

<p>

<svg height="250" width="500">

<polygon points="220,10 300,210 170,250 123,234" style="fill:lime;stroke:purple;stroke-width:1">

</polygon>

</svg>

</p>


 

 

 

 

 


4. Please create 5 more examples of 4sides AND 5 more examples over 4sides (5-10 sides)

(You may can creat multiple ploygons in one example)


No. Subject Author Date Views
12 Table 1 stu 2018.12.26 3033
11 Student Sample 1 stu 2018.12.26 1501
» Poly stu 2018.12.26 1343
9 Practice 1 stu 2018.12.26 1330
8 Practice Table 2 file stu 2019.04.22 1045
7 Circle stu 2018.12.26 674
6 Practice Marquee stu 2018.12.26 673
5 Practice 3 Table file stu 2019.04.22 525
4 Circle Examples 2 stu 2019.05.06 460
3 Ellipse stu 2018.12.26 457
2 Sample Test 1 April 8 2019 stu 2019.04.08 452
1 Grid file stu 2018.12.26 428
Up