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, 1458🔥, 0💬
Popular Posts:
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...