How to add styles using JavaScript?
Originally posted here!
Photo by
Kelli Tungay
You can add styles to DOM elements in 2 ways in JavaScript.
Adding as inline styles
Adding as CSS class attributes
Adding as inline styles
Consider this HTML,
<div>
<h1 id="header">M...
melvingeorge-me.hashnode.dev3 min read