Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Image and its Alt Text Roles in Effective Search Engine Optimization
Your Ad Here

Image and its Alt Text Roles in Effective Search Engine Optimization


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="/img_articles/6693/index.htm" title="enter keywords here"><img src="/img_articles/6693/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="/img_articles/6693/index.htm" title="free html tutorial"><img src="/img_articles/6693/free html tutorial/img1.gif" alt="image 1 of free html tutorial"></a>  


Author's URL: Een
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

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

Only registered users can write comment

No comments yet...