开发者

End tag for "input" omitted, but OMITTAG NO was specified

开发者 https://www.devze.com 2022-12-09 14:38 出处:网络
this is the problem I found when I valid开发者_如何学编程ate my site with w3c validator, please help.

this is the problem I found when I valid开发者_如何学编程ate my site with w3c validator, please help. link


For

<input> 

tags, use

<input ... /> 

ie, end it with a

/> 

instead of a

>
0

精彩评论

暂无评论...
验证码 换一张
取 消