<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML Basics: Images</title>
	<atom:link href="http://www.bloggingtips.com/2008/12/11/html-basics-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: HTML Basics: Images :: Stuff by Sarah</title>
		<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/#comment-316067</link>
		<dc:creator>HTML Basics: Images :: Stuff by Sarah</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=4681#comment-316067</guid>
		<description>[...] HTML Basics: Images in [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML Basics: Images in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob O.</title>
		<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/#comment-305110</link>
		<dc:creator>Rob O.</dc:creator>
		<pubDate>Sun, 14 Dec 2008 15:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=4681#comment-305110</guid>
		<description>I apologize, Sarah, I totally missed that you had mentioned the Title attribute. 
 
I actually do use both Alt &amp; Title on nearly every image.  I use the Alt tag to serve as a textual placeholder for browsers that either don&#039;t support images (some mobile browsing platforms, for example) or have the image display option disabled (to speed up page loads, for example). 
 
I use the Title tag like a caption to be more descriptive of the image because most browsers will display that attribute as a pop-up (or tooltip) when you hover over an image with the cursor. 
 
I got in the habit of doing this to provide a teensy bit more info for my readers, but also for the sake of SEO.  I&#039;ll admit that this may be a little misguided, however, because I haven&#039;t seen anything definitive that the extra info is actually referenced by Google et al.  But it&#039;s just rote  habit now - since my site is nearly all hand-coded, I can whip out basic HTML tags in my sleep! </description>
		<content:encoded><![CDATA[<p>I apologize, Sarah, I totally missed that you had mentioned the Title attribute.</p>
<p>I actually do use both Alt &amp; Title on nearly every image.  I use the Alt tag to serve as a textual placeholder for browsers that either don&#39;t support images (some mobile browsing platforms, for example) or have the image display option disabled (to speed up page loads, for example).</p>
<p>I use the Title tag like a caption to be more descriptive of the image because most browsers will display that attribute as a pop-up (or tooltip) when you hover over an image with the cursor.</p>
<p>I got in the habit of doing this to provide a teensy bit more info for my readers, but also for the sake of SEO.  I&#39;ll admit that this may be a little misguided, however, because I haven&#39;t seen anything definitive that the extra info is actually referenced by Google et al.  But it&#39;s just rote  habit now &#8211; since my site is nearly all hand-coded, I can whip out basic HTML tags in my sleep!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/#comment-305026</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 14 Dec 2008 09:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=4681#comment-305026</guid>
		<description>Hi Rob, I did mention the title attribute ;) You should only use a title attribute when it&#039;s necessary though. If your alt attribute covers what the image is then a title attribute on an image is not really necessary. If you need to say more then you should really use the longdesc attribute instead. 
 
If you&#039;re linking images then the title attribute, if needed, should be on the anchor tag and not the image tag. 
 
I&#039;m sure you don&#039;t, but a lot of people either ignore the alt attribute and use the title attribute (very incorrect), or duplicate the content in the alt and title attributes. From an accessibility point of view that&#039;s very bad practice. At the end of the day, if the user can see the image then they don&#039;t really need the tooltip, if they can&#039;t then they see the alternative text. 
 
I&#039;ve never come across an instance where a title attribute was actually needed on an image (although I&#039;m not saying you never will, but it&#039;s a rare thing). </description>
		<content:encoded><![CDATA[<p>Hi Rob, I did mention the title attribute <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  You should only use a title attribute when it&#39;s necessary though. If your alt attribute covers what the image is then a title attribute on an image is not really necessary. If you need to say more then you should really use the longdesc attribute instead.</p>
<p>If you&#39;re linking images then the title attribute, if needed, should be on the anchor tag and not the image tag.</p>
<p>I&#39;m sure you don&#39;t, but a lot of people either ignore the alt attribute and use the title attribute (very incorrect), or duplicate the content in the alt and title attributes. From an accessibility point of view that&#39;s very bad practice. At the end of the day, if the user can see the image then they don&#39;t really need the tooltip, if they can&#39;t then they see the alternative text.</p>
<p>I&#39;ve never come across an instance where a title attribute was actually needed on an image (although I&#39;m not saying you never will, but it&#39;s a rare thing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob O.</title>
		<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/#comment-305024</link>
		<dc:creator>Rob O.</dc:creator>
		<pubDate>Sun, 14 Dec 2008 09:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=4681#comment-305024</guid>
		<description>I also include a TITLE attribute with most of my images.  This serves as an image caption or tooltip (visible on mouseover) for your image so not only does this provide more instructions for your readers, but it may also give search engines a little more to chew on. </description>
		<content:encoded><![CDATA[<p>I also include a TITLE attribute with most of my images.  This serves as an image caption or tooltip (visible on mouseover) for your image so not only does this provide more instructions for your readers, but it may also give search engines a little more to chew on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Expert</title>
		<link>http://www.bloggingtips.com/2008/12/11/html-basics-images/#comment-302818</link>
		<dc:creator>Blog Expert</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=4681#comment-302818</guid>
		<description>That was a wonderful tutorial.  Many people do not know how to use HTML so this will benefit those. </description>
		<content:encoded><![CDATA[<p>That was a wonderful tutorial.  Many people do not know how to use HTML so this will benefit those.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

