I'm currently trying to make a series of buttons that the user of my site can click on in order to change between different CSS3 files, which will change certain effects. In order to accomplish this goal, I need some way of accessing the
href="example1.css"
tag in my HTML, and changing it to
href="example2.css"
using JavaScript or HTML.