Attribute - MDN Web Docs Glossary: Definitions of Web-related terms 编辑
An attribute extends an element, changing its behavior or providing metadata.
An attribute always has the form name="value"
(the attribute's identifier followed by its associated value).
You may see attributes without the equals sign or a value. That is a shorthand for providing the empty string in HTML, or the attribute’s name in XML.
<input required>
<!-- is the same as… -->
<input required="">
<!-- or -->
<input required="required">
Learn more
Technical reference
- HTML attribute reference
- Information about HTML's global attributes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论