Learn Html attribute - hypertext markup language attributes Hello friends, today I'm going to introduce you to Hypertext Markup Language, I will tell about attributes that hypertext markup language, What is the html attribute.Every element have additional information know as Attributes. LikeExample : <img src="imagename.jpg" width="100%" height="imagename.jpg" alt="Image Information"/>In the given example, you can see whichSrc, height & alt are the attribute of image element.Src: This shows the location of the imageheight :This shows the image's dim dimensionalt :It tells about the information about the image that the image is related to what is why when we host our website, Google knows the image from the same or we can also say that it is a search engine Helps us in Optimization...