Do you mean uppercase for the tag names? It should work, regardless. Go ahead and try, and see what happens. If it doesn't work, please come back and let us know (with the code!).
Last edited by sdleihssirhc; Nov 30, 2011 at 10:37.
Reason: typo
innerHTML itself has to be written exactly like that as JavaScript is case sensitive. HTML is not case sensitive and so when referencing HTML tags from JavaScript the case doesn't matter (XHTML is case sensitive so tags there need to be lowercase).
Bookmarks