On 04.05.2009 at 10:05 Uhr, [email protected] (Naveen Bhaskar) wrote:

Hi,
At the bottom of the site , I have a client list which shows the client logos horizondally. Could any one tell me which is the best markup to show that..

just put all the images inside a div or <p> tag  :-   <div><img src="" > <img src="" > 
<img src=""
<img src="" ><img src="" ></div>or as a list <ul><li><img src="" ></li><li><img src="" </li><li><img src="" ></li></ul>

Hello -
Semantically you would go for a list, as it is a list of client logos you put there.
Make sure to specifiy an alt in the img tag.

Style in CSS, etc. etc. :)

T.
--
Tobias Horvath  <http://tobyx.com>



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to