Re: Need Help Regarding Html

Hi,

Looking at the source of your page I would highly recommend that you use
CSS. While using a style sheet definition would be best, a quick and
dirty way is to use the 'style' attribute. For example:

   style="background: #30414E; margin: 0 0 0 0;"

I have started using XHTML myself, so for things like the script element
I use the CDATA for the source, though in HTML you should be escaping
things appropriately.

What you need to pay attention to is that certain attributes in HTML are
browser specific and not supported by the official specification. A good
reference is available here:

http://werbach.com/barebones/

You should avoid using any tags that mention MS or NS, since they are
browser specific.

In addition to the W3C validator you might find the "HTML Validator"  
tool
for Firefox handy:

http://users.skynet.be/mgueury/mozilla/

I use both tools to make sure my sites are correct.

Andre


On 28-Mar-08, at 02:07 , Sandeep wrote:
> Hi,
>
> This is Sandeep, I am an web designer.
> I had gone through the Html Validator and Css Validator provided by  
> w3.org
> My Website Url is : www.sandeepthi.com
> When I validate my website I found that in css there are no bugs.
> As in Html coding I am getting some bugs.
> Mainly, I am aware to see some bugs like :
> In <table left spacing=0,….>
> Its showing that left spacing is not used in table and also height.
>
> I request you to help me in this process, according to w3 we have to  
> keep them or not.
>
> Have a Nice Day.
>
> Thanks & Regards,
> G.V.Sandeep,
> Web Designer,
> Etisbew Technology Group
>
> Email: sandeep@etisbew.com
> Web: www.etisbew.com
> Mobile: +91- 9848608383
>
> © Copyright 2008, Etisbew Technology Group, Inc.,
> All Rights Reserved.
>
> ‘This email and any files transmitted with it are confidential and  
> intended solely for the use of the individual or entity to whom they  
> are addressed. If you have received this email in error please  
> notify the sender.
>
> Please note that any views or opinions presented in this email are  
> solely those of the author and do not necessarily represent those of  
> the company. Finally, the recipient should check this email and any  
> attachments for the presence of viruses. The company accepts no  
> liability for any damage caused by any virus transmitted by this  
> email.’
>

Received on Sunday, 30 March 2008 12:52:02 UTC