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, 1516🔥, 0💬
Popular Posts:
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...