html5 – required或required =“required”

前端之家收集整理的这篇文章主要介绍了html5 – required或required =“required”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正确地说必需是一个空属性并且不需要值,但x HTML更喜欢它有一个完整.似乎在我创建的所有页面上没有=“required”时工作正常,我只是想知道某些浏览器是否可能以不同的方式解释它们.

解决方法

jsFiddle Demo

与渲染角度没有区别.但是,如果您将来要查看这些必需的元素,那么有一个值可以测试.

required
This attribute specifies that the user must fill in a value before submitting a form. It cannot be used when the type attribute is hidden,image,or a button type (submit,reset,or button). The :optional and :required CSS pseudo-classes will be applied to the field as appropriate. 07001

猜你在找的HTML5相关文章