Horje

How to Draw a rectangle HTML <svg> Tag

Draw a rectangle.

index.html
Example: HTML
 <svg width="400" height="100">
  <rect width="400" height="100" style="fill:rgb(0,0,255);stroke-width:10;stroke:rgb(0,0,0)" />
</svg> 

Output should be:

How to Draw a rectangle HTML <svg> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin