BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <a target="_blank" xlink:href="https://www.waitang.com/svg/"> <text fill="red" x="0" y="15">I love SVG</text> </a> </svg> </body> </html>
运行结果