attribuer HTML
Attributes are like simple arguments in html
<a href="somelink" sytle="somestyle" id="someid" class="someclass" ...more>Click here</a>
In the above example href, style, id, class etc are attributes
Himanshu Jangid