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 Circle Examples 2 stu 2019.05.06 460
11 Practice Table 2 file stu 2019.04.22 1044
10 Practice 3 Table file stu 2019.04.22 525
9 Sample Test 1 April 8 2019 stu 2019.04.08 452
8 Student Sample 1 stu 2018.12.26 1501
7 Ellipse stu 2018.12.26 457
6 Grid file stu 2018.12.26 428
5 Circle stu 2018.12.26 674
» Poly stu 2018.12.26 1343
3 Table 1 stu 2018.12.26 3033
2 Practice Marquee stu 2018.12.26 673
1 Practice 1 stu 2018.12.26 1330
Up