Hi,

The first step in making any website accessible is to validate the code:

e.g. the page has around 15 errors, see,

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.puneetsakhuja.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&verbose=1

Next, the alt text in your portfolio section needs to be more descriptive
of the links/images.

A further point is in your implementation of labels for your contact form
- the "for" attribute of the label has to match the "id" attribute of the
input (that's what associates a particular label with its input field),
e.g.

<label for="NameTextBox">Name</label><input name="NameTextBox" type="text"
id="NameTextBox" class="fields" />

I daren't comment your use of ul for the form;-)

Stuart

On Wed, May 23, 2007 12:28 pm, [EMAIL PROTECTED] wrote:
> Hi All:
> My name is Puneet, web designer based in Dubai.
>
> Recently I have revamped my website with tableless design and xhtml,
> keeping the web standards in mind.
> I would really appreciate, if you guys can take a look at :
> www.puneetsakhuja.com, and send me your comments/suggestions.
>
> Also if someone can tell me more about making my website accessible,
> having AAA standard or someting.
>
> Thanks a lot.
>
> regards
> Puneet
>
>
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************


-- 
Stuart Foulstone.
http://www.bigeasyweb.co.uk
BigEasy Web Design
69 Flockton Court
Rockingham Street
Sheffield
S1 4EB

Tel. 07751 413451


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

Reply via email to