BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect height="150" style="fill:blue;stroke:pink;stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9" width="150" x="50" y="20" /> </svg> </body> </html>
运行结果