Go to GoReading for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.

How to Add an Icon to HTML

104 9
    • 1). Open the HTML document using a text or HTML editor. Scroll to the area where you want to place your icon.

    • 2). Type following data, using the path name for the image you are adding:

      <IMG src="myimages/myicon.gif" />

    • 3). Add the width and height attributes if you want to resize the icon:

      <IMG src="myimages/myicon.gif" width=”75” height=”75” />

    • 4). Save the file. Open the modified Web page using a Web browser.

Source...

Leave A Reply

Your email address will not be published.