Hi,

what is the correct semantic structure for putting an icon in the website. when 
I checked  youtube , I see the icons loaded with css to a spacer which is 1x1 
size. Is that a good approach?
 I want to show an email id with an email icon with that. can anyone suggest me 
the right semantic structure .

<span class="email">
<img src="spacer.gif" alt="'>
<a href=mailto:a...@gmail.com>some_email_id</a>
</span>

or 
just  <a href=mailto:a...@gmail.com>some_email_id</a> and attach the icon with 
css background property for the anchor tag?

thanks a lot in advance.

.naveen_bhaskar
{
    email : naveenbhaskar...@gmail.com;
    yahoo : naveenbhas...@ymail.com;
 }


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to