Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 W3C 的验证器检查我的 (HTML5) 网站 并收到以下错误:
Stray end tag html. <html lang="en-US">
错误标志在“>”的结尾处。那条线有什么问题?似乎完全正确。
这是验证为 html5 的最小 html(除了lang="en-US")
lang="en-US"
<!DOCTYPE html> <html lang="en-US"> <head> <title></title> </head> <body> </body> </html>
你至少应该有这个结构