Inside of <script></script>, inside of <body></body>, what
are the differences between
document.body.c lassName="mysty le";
and
document.body.s etAttribute("cl ass", "mystyle");
? (...assuming that a CSS "mystyle" has been defined.)
=============== =============== =============== =============== ====
What are the differences between
word = new String("td");
and
word = createTextNode( "td");
?
are the differences between
document.body.c lassName="mysty le";
and
document.body.s etAttribute("cl ass", "mystyle");
? (...assuming that a CSS "mystyle" has been defined.)
=============== =============== =============== =============== ====
What are the differences between
word = new String("td");
and
word = createTextNode( "td");
?
Comment