This code is suppose to direct you to a link with a link and a button meshed together. Would this code work? Why or why not?



%%html
<html>
<head>
    <title></title>
</head>
<body>
    <h2> This is a link to my webiste: </h2>
    <h3><b> click down below </b></h3>
    <button id = "Website"><a href = "https://gavincopley.github.io/sharedGames/blogs/"> Click Here </button></a>
</body>
</html>