HTML Basic
HTML img title Mouse over to display text mark
The usage of HTML img title is similar to that of img alt , but the actual purpose is different. img title is used to display the text mark of the picture when the mouse is over the picture. This has the advantage of increasing netizens’ comments on the picture. Awareness can be used to add a little text to the picture.
HTML img title syntax example
<img src="Image URL" title="Image label text to be displayed">
The picture label text to be displayed can be in traditional Chinese. It is recommended that the number of characters not be too many, just simply label the picture.HTML img title Image title example
<img src="upload/20140906122827.jpg">
<img src="upload/20140906122827.jpg" title="This is the image title text">
The effect of the example<img src="upload/20140906122827.jpg" title="This is the image title text">

Post a Comment
0 Comments