BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line style="stroke:rgb(255,0,0);stroke-width:2" x1="0" x2="200" y1="0" y2="200" /> </svg> </body> </html>
运行结果