![]() |
Design up HTML SVG Rectangle |
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>
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<svg width="400" height="100">
<rect width="400" height="100"
style="fill:rgb(0,0,255);stroke-width:10;stroke:rgb(0,0,0)" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>
What is HTML SVG Graphics | HTML SVG Graphics |
How to create HTML <svg> Circle Element | HTML SVG Graphics |
How to create HTML SVG Rectangle | HTML SVG Graphics |
How to design HTML SVG Rounded Rectangle | HTML SVG Graphics |
How to design HTML SVG Star | HTML SVG Graphics |
How to design HTML SVG Logo | HTML SVG Graphics |
What are the Differences Between SVG and Canvas | HTML SVG Graphics |
Example of HTML SVG Rectangle | HTML SVG Graphics |
Full Example of HTML SVG Rectangle | HTML SVG Graphics |
Read Full: | HTML SVG Graphics |
Category: | Web Tutorial |
Sub Category: | HTML SVG Graphics |
Uploaded by: | Admin |
Views: | 73 |
Reffered: https://www.w3schools.com/html/html5_svg.asp