感叹号:Invalid location of tag

  1. Invalid location of tag (form)
    • form 应该写到table外面去,并且form标签里面也不能套form标签。
    • form标签被嵌套进了span等块级元素里,form标签只能嵌套进入div等行级元素中,放进块元素会报invalid。
  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
    大写报错,改成小写。
  5. Invalid location of tag (div)
    div的标签使用不当,需要更换为标签