Below is a basic HTML code to create a simple banner. This HTML code is a combined from Element A and Element B.

Basic Banner Code :

OR

Element A + Element B


1) ELEMENT A

- is a link tag to link a site. You need to have a site url to put in this tag.

- lets say my site url is www.yahoo.com. Then my link tag will be :

< href =" ">http://www.yahoo.com/">


2) ELEMENT B


- is a image tag to link a banner url. You need to have a image ( banner ) url to put in this tag.
-
lets say my banner url is :
http://i424.photobucket.com/albums/pp327/bn99/howtocreateabanner.jpg
- then my banner ( image ) tag will be :
< src="">http://i424.photobucket.com/albums/pp327/bn99/howtocreateabanner.jpg ">

Remarks :

< src="URL of Banner "> ( without border=0 )

or

< src="URL" style="">border=0> ( is recommended to ad border=0 for better image border )


0 comments