How to Add Alt Tag Attributes and Title Tag to Images - Blogxhtml
News Update
Loading...

Friday, 25 September 2020

How to Add Alt Tag Attributes and Title Tag to Images



Adding title tags and alt tags to every image on this blog will indeed help our articles enter into search using image or image mode where this search is based on the image you are looking for so it is very important to add alt tags and title tags to each image on the image. our blog. In addition, adding alt tag and title tag attributes to each image will make our blog more SEO and more valid HTML5. You can check here chkme.com. Please check and see the results before and after using the alt tags and title tags on each image. To add Alt Tag Attributes and Title Tag in the image, just go to the scene.

Adding Attribute Alt Tag and Title Tag on HomePage

1. Login to Blogger
2. Click Template> Edit HTML
3. Look for the code expr: src = 'data: post.thumbnailUrl' and expr: src = 'data: post.thumbnail'
4. Then add the code expr: alt = 'data: post.title' and expr: title = 'data: post.title'

Example:

img expr: alt 'data: post.title' expr: height 'data: thumbnailSize' expr: src 'data: post.thumbnailUrl' expr: title 'data: post.title' expr: width 'data : thumbnailSize ' />

Usually the code expr: src = 'data: post.thumbnailUrl' and expr: src = 'data: post.thumbnail' is more than 1, please add the code expr: alt = 'data: post.title' and expr: title = ' data: post.title ' in any existing code.

Adding Attribute Alt Tag and Title Tag in Post Images

1. Please create an article

2. Upload or insert images in the article

3. Click the image and then the properties will appear, just click

4. After you click, please fill in the Title Tag and Alt Tag for the image, then click OK

Or in this way:

<img alt = ' Image Title ' src = 'Image_ URL' title = ' Image Title ' />


So much information about how to add Alt Tag and Title Tag attributes to images, hopefully this is useful.

Thank you 

Share with your friends

Add your opinion
Disqus comments
Notification
BLOGXHTML.BLOGSPOT.COM is a blog where you can learn HTML, CSS, and JavaScript, SEO along with creative CSS Animations.
Done