How to Make a Logo Into a Button for the Web

How to Make a Logo Into a Button for the Web thumbnail
A Web logo helps engage your site users.

The logo on your website helps communicate your identity to your site visitors. It is likely that your website logo appears on every page of your website. It can be useful to make a button of the logo, so that your website users may click it to return to your home page.

Instructions

    • 1

      Open your Web page using a text or HTML editor.

    • 2

      Type the HTML hyperlink "<a>" tag in front of the code that outputs your logo. Type the end tag "</a>" after the logo code. Include the button URL destination in the "href" parameter:

      <a href="index.html"><img src="mylogo.jpg" /></a>

    • 3

      Save the Web page. Open your site within a Web browser to view it. When the logo is hovered over, a hand cursor appears. When the logo is clicked, the browsers displays the "index.html" page.

Related Searches:

Resources

  • Photo Credit Simone Joyner/Getty Images News/Getty Images

Comments

Related Ads

Featured