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, 1478🔥, 0💬
Popular Posts:
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...