View Single Post
Old 07-19-2016, 09:17 AM   #10
gracielahuff
Registered User
 
Join Date: Jun 2016
Posts: 79
The term “alt tag” is a commonly used abbreviation of wha’ts actually an alt attribute on an img tag. Every time you have an image in your text, the alt tag should describe what’s on the image. Here is the HTML code:
<img src="image.jpg" alt="image description" title="image tooltip"/>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
gracielahuff is offline   Reply With Quote