in HTML you can call CSS
can you even call CSS in javascript?
if so how do you even call the "style.css"
thanks
Code:
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<tr><td class="cssHere">Display</td></tr>
can you even call CSS in javascript?
Code:
document.writeln("<tr><td class="cssHere">" + Display + "</td></tr>");
if so how do you even call the "style.css"
thanks