Tools, FAQ, Tutorials:
The 'checked' Attribute of some HTML Elements
What Is Wrong with My "checked" Attribute Values?
✍: FYIcenter.com
Attribute "checked" is an optional attribute for HTML element "input".
In XHTML specification, attribute "checked" has only one predefined value: "checked".
However, in HTML specification, attribute "checked" requires no value.
If you are converting existing HTML documents to HTML format, you will get some syntax error on your pre-selected items in radio buttons, check boxes and dropdown lists, "checked" attributes are used without any values.
Here are some interesting examples of "checked" attributes:
⇒ Introduction of HTML Element Content Syntax
⇐ Predefined HTML Attribute Values
2017-07-30, ∼1995🔥, 0💬
Popular Posts:
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...