当前位置: 移动技术网 > IT编程>开发语言>Jsp > 你的Jsp页面有黄×么,有黄色问号么?Multiple annotations found at this line: - Invalid location o

你的Jsp页面有黄×么,有黄色问号么?Multiple annotations found at this line: - Invalid location o

2018年03月07日  | 移动技术网IT编程  | 我要评论

jsp页面有黄色问号代表我们的html标签不符合规范

对于很多人拿到页面美工给的页面,有时候很多都有黄色的问号。

 


为什么会这样呢?

 


Multiple annotations found at this line:
- Invalid location of tag (form).
- No end tag (</form>).

 

 

其实原因很简单,也就是说我们将html标签的嵌套层次写错了

而一般我们美工做的页面都是存在这样一个问题

将 from 嵌入到了table中

所以 , 解决此类问题也很简单

(1)将html标签的嵌套层次写好

(2)将form写入到table标签之外

 

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网