create switch for changing theme intead of browser page style html
问题 I added a theme in my HTML page by: <link rel="alternate stylesheet" href="css/dark.css" title="dark"> this creates an option to switch theme from view>style in browser as it is expected to. I want to create a switch in the page itself for changing the theme. <button>Switch Theme</button> will create a button but how do I make it switch theme? 回答1: You should trigger a change in the href attribute of the <link> tag on the click of the button, as demonstrated: HTML <link rel="stylesheet" href=