+ 6
Can i style JavaScript output?
x= sonday document.write(x); output " sonday"
1 Odpowiedź
+ 2
Yes, you can. document.write() just adds text to your HTML page, so you can style it by using HTML and CSS, but in my opinion, it is easier to use jQuery to add elements to your page.