[jQuery] Standards box model

[jQuery] Standards box model


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.