07-14-2009, 07:23 PM
|
#11 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Code:
type="text" id="GTag"
The type="" attribute is used to define how the element is to be used.
The id="" attribute is used as a CSS, and/or JavaScript identifier. It allows either language to specify events or design to any element assigned with a similar ID.
|
|
|
|