[Python] Error: lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: meta line 4 and head problem solving

The error message is as above, the opening and closing labels do not match. The problem is in the fourth line. At first glance, it seems that there is no problem, but carefully think about what label is missing? The fourth line, yes, as mentioned in the web course, all tags are best to end with / , even if some tags may not use / as the end tag now.

Guess you like

Origin blog.csdn.net/weixin_44566432/article/details/108594849