Home » Archive

Articles tagged with: beginner seo

SEO »

[7 Dec 2007 | No Comment | ]

OK children. In today’s SEO 101 lesson, we will be taking a look at the alt attribute for image tags.
Over at the Official Google Webmaster Blog, there’s a nice video post on Using ALT attributes smartly. It’s hard to see, so I’ll type in the HTML he is using.
The first one is
<img src=”dsc004542.jpg”>
<img means that this is an image and src=”dsc004542.jp”> is the name of the file that we are calling. This is what will show up on the website.
In the second one, he shows the alt attribute (it’s actually …