HTML (Hyper Text Markup Language) attribute provide additional information about the element.
All HTML element have an attribute.
Attribute provide the additional information about the element.
Attribute always define at start tag/point.
Attribute always use for a name/value pair combination like as: name="name".
Some Attribute define below:
1- href : href attribute define the url where it is goes.
2- name : name attribute define the name of this element.
3- src : src attribute define which type of image will be view.
4- type : type attribute define which type of a element is it.
5- width : width attribute define the width of a element in pixels or percentage.
6- height : height attribute define the height of a element in pixels or percentage.
7- alt : alt attribute use for if image is not show in browser then this alt text are visible in the place of image.
8- style : style attribute to add style of a element.
9- lang : lang attribute define the language of a browser.
10- title : title attribute define the some additional information about the element.