Prev Demo
Lines
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3 style="color:darkmagenta"><i>SVG LINES</i></h3> <svg width="250" height="200" style="border:2px solid blue"> <line x1="10" y1="60" x2="180" y2="100" stroke="red" stroke-width="10"></line> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output