Code:img src="YOUR_PICTURE.jpg" height="200" width="200" alt="YOUR TEXT IN HERE"
Regards
Daren
I now have access to my html code on my website and been advised I need to add text in reference to my pictures, as google dosen't read pictures.
Where in the html code should I add the alt tag for my pictures?
I am a beginner!
Also does anyone know of any free websites to check to see if I have any problems with it?
Many Thanks
Lavandula
Code:img src="YOUR_PICTURE.jpg" height="200" width="200" alt="YOUR TEXT IN HERE"
Regards
Daren
Web design in Leicester serving the U.K.
Web design forum now online to solve your little issues.
Become a fan of mine on Facebook...you know you wanna
Lavandula (09-07-2009)
Depends what kind of problems you wanted to look for. If you wanted to check the validity of your HTML, use the W3C's HTML Validator. If your using CSS and want to check that, there's also the W3C's CSS Validator.
On the hand, if you wanted to check for accessibility issues, there are a few good (I believe!) semi-automated checkers. I don't use them as I always use the Mark I Human Eyeball in tandem with a good knowledge of accessibility on the web.
HTH![]()
Accessible Web & Training Services
Accessible - Usable - Compliant
Web Design | Accessibility Audits
AccessifyForum | The Dog's Blog
Lavandula (09-07-2009)
Thanks again