0
Can any one help me on how to style JavaScript like giving it color or font and co?
how to make changes to the JavaScript interface?
6 Answers
0
You are mistaken. JavaScript is not something you can see, but the behavior of the webpage. If you want to style the page, learn CSS :)
0
I assume that by 'interface', you mean what you create using JavaScript. Like when you make a calculator or events calendar.
JavaScript output can be styled either by JavaScript style object or CSS.
0
OK thanks
0
you can also use the html stuff
0
You can use Javascript or Jquery to style an element/class/id on your page however it would be best to use CSS