How to add button in blogger and word press


 Html code for hyperlink is


<a href="https://mrwebsite2021.wixsite.com/sourceofinformation/">Visit our first website</a


How to add a button with a link


</!doctype> html>

    <head>

    <style>

      .button {

        background-color: Blue;

        border: true;

        color: white;

        padding: 10px 24px;

        text-align: center;

        text-decoration: none;

        display: inline-block;

        font-size: 20px;

        margin: 3px 1px;

        cursor: pointer;

      }

    </style>

  </head>

<body>

     <a href="https://sourcehouseofinformation.blogspot.com/p/menu.html" class="button">Go MENU SECTIONS</a>

</body>

</html>

Post a Comment