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:
Â
⇒HTML Tag and Attribute Syntax
⇒⇒HTML Tutorials
2017-07-30, 1175👍, 0💬
Popular Posts:
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...