I\'m trying to create a dynamic page using external .css pages where the page color will get changed. Below is my code. But when I click the href, I am not gett
href
' document.createElement("link") ' creates hyper link object, not css style tag() element, so you are not able to apply this dynamically
correct me if i am wrong