Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project









CORE ATTRIBUTE:  id

id="name"
Available in versions: 4.0
HTML 4.0 tag compatibility: All tags except base, head, html, meta, script, style, title
 
The id core attribute is used to assign a name or id to a tag. This id must be unique within the document and can only be assigned to one use of a tag.
 
Because it is unique, the name of the id can be the target of a URL or used to define a style rule.
 
The use of id does not effect the output in any manner.
 
Code:
<input type="checkbox" id="ckbx1">
<input type="checkbox" id="ckbx2">

 
Output:



 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information