实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<svg xmlns="https://www.w3.org/2000/svg" version="1.1"
6
xmlns:xlink="https://www.w3.org/1999/xlink">
7
  <a xlink:href="https://www.shouce.ren/svg/" target="_blank">
8
    <text x="0" y="15" fill="red">I love SVG</text>
9
  </a>
10
</svg>
11
 
12
</body>
13
</html>