Wednesday 25 May 2016

ALT Attribute in img tag

ALT attribute defines the alternative text for the image which gives the description or info of the image and if the image is not shown on the browser yet the alternative text is displayed giving the description of the image.Alternative text is displayed when mouse pointer focuses it this ALT attribute can be compared with the function of ToolTip text in .NET 

<span style="background-color: white;"> &amp;lt;img src="niit.jpeg" alt="NIIT Technologies" /&amp;gt;</span>

No comments:

Post a Comment