[Solved] I want to change Javascript Font , Size and to be Bold


Use some CSS in a span tag.

var tiptitle = "cheeseburger";

document.write('<span style="color:green; font-size: 30px">'+tiptitle+'</span>')

3

solved I want to change Javascript Font , Size and to be Bold