I need to link an external CSS file into a JavaScript file i am working on.
Obviously to link one into HTML you would use:
<link rel="stylesheet" href="css/style.css">
But what is the JavaScript equivalent?
I need to link an external CSS file into a JavaScript file i am working on.
Obviously to link one into HTML you would use:
<link rel="stylesheet" href="css/style.css">
But what is the JavaScript equivalent?