1. Invalid location of tag (form)
form 应该写到table外面去。
form 应该写到table外面去。
2. Invalid location of tag (style)
style应该写在head里面。
3. Invalid location of tag (script)
script应该写到body,head里面。
4.Attribute name(Name) uses wrong case character
虽说HTML不区分大小写,但是在Myeclipse里面,大写的话就报错,所以,还是乖乖的改成小写吧。
本文列举了HTML中常见的标签位置错误及属性名称大小写问题,并提供了正确的使用方式。包括form、style、script标签的位置规范及属性名称的书写建议。


被折叠的 条评论
为什么被折叠?



