Pages

Powered by Blogger.

Sunday, October 7, 2012

How to Create and Add a Gif Icon for Your Website

You ever wonder how to create a .gif image and use it as an icon in the top left corner for your html website? Read more to find out how.


  1. First, you need to create the gif.
  2. Second, paste this:<link rel="shortcut icon" href="paste Image URL here" border="0"</a> between <head> and </head>.
  3. And you have your gif icon for your website!
TIPS:

 You need to make the image URL then paste it in the correct spot of the code

WARNING:
  • Make sure you save your work because the work might be lost
  • You must put the code anywhere between the<head> and the </head> and only there because if you put it anywhere else, it will just appear on the web page and it will be shown on your website.
source: www.wikihow.com

No comments:

Post a Comment