Vectorials
Flash Perfection
3D Lessons
Tutorialkit
Markup Tutorials
Learn PHP
network
adv banner
HTML and CSS  Home HTML and CSS Articles Image and its Alt Text Roles in Effective Search Engine Optimization
rss

Image and its Alt Text Roles in Effective Search Engine Optimization

Author: Een More by this author


Image and its Alt Text Roles in Effective Search Engine OptimizationIt is Very easy to insert images into your HTML documents. Followings are the example how to insert an image into your web page and also set its properties.

<Img Src="your_url_image_file_name" width="#" Height="#" border="#" Alt="enter your  keywords here" align="#">

Where:
Src = location of  image file
Width = wide of horizontal
Height = high vertically
Border = set border size to become image frame
Alt = text to emerge in the place of if image do not loaded
Align = arrangement of image align ( left, right, top, middle, bottom).

There is no difference in src attribute when you want to use animation on your web page.
Also, you need to know how to set an image to become an image link.

Well, all you have to do is placing the image tag between link tag. Following is the example:

<a href="index.htm" title="enter keywords here"><img src="your_image_file_name" alt="enter keywords here"></a>

Note:  Any search engines cannot recognize even an image on your web pages. However, you can enrich your web pages with keywords or phrases keywords in src tag and in alt tag in an image tag. This alt attribute is very important in Search Engine Optimization.

Following is the example how to enrich your web pages with keywords or phrases keywords:

<a href="index.htm" title="free html tutorial"><img src="free html tutorial/img1.gif" alt="image 1 of free html tutorial"></a>  


Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "Image and its Alt Text Roles in Effective Search Engine Optimization"