- <html>
- <head>
- </head>
- <body>
- <h1> HTML 5 Graphics -SVG </h1>
- <hr/>
- <svg id="svg1" width="300" height="300" style="border:2px solid blue;">
- <line X1="0" Y1="0" X2="300" Y2="300" style="stroke:red; stroke-width:5"/>
- <line X1="20" Y1="0" X2="300" Y2="280" style="stroke:green; stroke-width:5"/>
- <line X1="0" Y1="20" X2="280" Y2="300" style="stroke:blue; stroke-width:5"/>
- <line X1="300" Y1="0" X2="0" Y2="300" style="stroke:black; stroke-width:5"/>
- <line X1="0" Y1="280" X2="280" Y2="0" style="stroke:yellow; stroke-width:5"/>
- <line X1="320" Y1="0" X2="0" Y2="320" style="stroke:pink; stroke-width:5"/>
- < circle cx="150" cy="150" r="60" stroke:red stroke-width:3 fill="green"/>
- <circle cx="150" Cy="150" r="30" stroke:red stroke-width:2 fill="lightblue"/>
- </svg>
- </body>
- </html>
This web site developed to learn the hyper text markup language and web page designing in the web sites to implement some interesting things in the pages. share your knowledge on the encyclopedia.
Thursday, 7 February 2019
HTML 5 Graphics -SVG Demo
Subscribe to:
Post Comments (Atom)
-
<html> <head> <style> h1 { color:green; text-decoration:yellow; } </style> </...
-
<html> <title><signin></title> <center> <h1> Bank Money Transfer</h1> <form method=&...
-
<!create a web page vinayaka animation using css !> <html> <head> <style> h1 { border-width:2px; fo...
No comments:
Post a Comment