打开SVG图片网页出现提示信息error on line...

2025-10-04 19:07:03

1、图片能正常显示,但是页面出现错误提示:

This page contains the following errors:

error on line 11 at column 7: Opening and ending tag mismatch: path line 0 and svg

Below is a rendering of the page up to the first error.

意思是第7行的结束标签missing丢失了

打开SVG图片网页出现提示信息error on line...

2、再次检查代码,问题出现在除去注释代码后的第7行,如图所示,出现问题的代码显示在第10行,这是因为前面有三行绿色的是注释代码,浏览器运行代码报错没有读取注释代码

打开SVG图片网页出现提示信息error on line...

3、将出现错误的代码加上结束符号“/”

打开SVG图片网页出现提示信息error on line...

4、再次通过Google查看SVG图片,网页不再报错

打开SVG图片网页出现提示信息error on line...

5、建立一个html文件“img.html”,通过html引入,html文件代码如下

打开SVG图片网页出现提示信息error on line...

6、用Google打开html文件,显示结果如下

打开SVG图片网页出现提示信息error on line...

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢