<html lang="en">
<head>
<meta charset="UTF-8">
<title>欢迎来到蝴蝶教程</title>
</head>
<body>
<h1>SVG 文本</h1>
<svg height="30" width="200">
<text x="0" y="15" fill="red">I love SVG!</text>
抱歉,您的浏览器不支持嵌入式SVG。
</svg>
</body>
</html>