What is the expected output of the button?



%%html

<html>
<head>
<style>
    .chill {
        border: 2px solid black;
        border-style: solid;
        padding: 14px 28px;
        font-size: 16px;
    }

    .styled {
        text-indent: 0px;
        color: black;
        text-shadow: 1px 1px;
    }
</style>
</head>
<body>
    <h2><b> this is my website!!! </b></h2> <hr>

    <p> my website is very cool to the human eye, nobody can compare to it </p>
    
    <u> This is what my website includes: </u>

    <ol>
        <li> <b> VERY </b> cool features </li>
        <li> <b> AWESOME </b> styles and animation </li>
        <li> <b> COOL </b> lists like <u> This </u> </li>
        <li> <b> EXTREME </b> mechanics to <u> comprehend </u> </li>
    </ol>

    <button id = "chill styled"><a href = "https://myplan.powayusd.com"> INFO </a></button>
</body>
</html>