HTML checked attributes - HTML input labels - HTML form - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

10.2.2 HTML checked attribute

Checked attributes - the choice of the input domain (box) selected
  • Trackback Address: http://www.nt22.com/xhtml-html/attribute_checked/
  • Example

      "nt22form" Action <form id = = = "nt22.php" method "post" /> = <label for "fav" /> Computer </ label> <input type = "checkbox" value = "1" id = "fav" name = "fav" /> = <label for "fav" /> Tourism </ label> <input type "checkbox" value = = = "fav" name "2" id = "fav" /> <label for = "fav " /> shopping </ label> <input type = "checkbox" value = "3" "fav" name id = = = "fav" checked "checked" /> </ form> 

    Examples of HTML checked attribute