That will work, but you do not need to change to using XHTML. You
could use HTML Strict:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>

More information here:
  http://en.wikipedia.org/wiki/Quirksmode

Karl Rudd

On Thu, Jan 15, 2009 at 3:08 PM, Ami <aminad...@gmail.com> wrote:
>
> Hello,
> Sorry about my grammar, English isn't my tang.
>
> I read in the Jquery 1.3:release notes, that I must use W3c standards
> mode.
> I tried to understand what it's mean.
>
> Now my HTML start like that:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html
> dir="rtl">
>
>
> DO I need to replace it to this: (Like in Jquery website)
>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>
>
> Thank you.
>

Reply via email to