I'm trying to post an innerHTML table. Would like the font size in one cell to be bigger. Is it possible to include a style tag like so?
cell4.innerHTML = "<style: font-size:40px>" + "John Doe" + "</style>" + "</br>";
I tried the following fiddle, but it isn't working. http://jsfiddle.net/s1dj3x8e/