【发布时间】:2012-03-30 12:01:54
【问题描述】:
我只是想知道您对 FORM-tag 中的 DIV-tag 有什么看法?
我需要这样的东西:
<form>
<input type="text"/>
<div> some </div>
<div> another </div>
<input type="text" />
</form>
在FORM 中使用DIV 是一般做法还是我需要不同的东西?
【问题讨论】:
标签: html semantic-markup