View Single Post
Old 07-14-2009, 07:23 PM   #11 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

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.
__________________
My Site
adamdecaf is offline  
Reply With Quote