Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
| With or without the Border |
|
| Image As Link With A Border |
|
<a href="Your Link URL Here">
<img src="Your Picture URL Here" alt=" text here" ></a> |
It should look like the picture above except of course in the demo above I have used my picture URL and the link URL goes to my About Me Page. Click on my picture and see how it works.
| Image As Link Without A Border |
|
<a href="Your Link URL Here">
<img src="Your Picture URL Here" alt="text here" border="0"></a> |
It should look like the picture above except of course in the demo above I have used my picture URL and the link URL goes to my About Me Page. Click on my picture and see how it works.
| Image As Link With A Large Border |
|
<a href="Your Link URL Here">
<img src="Your Picture URL Here" alt="text here" border="10"></a> |
It should look like the picture above except of course in the demo above I have used my picture URL and the link URL goes to my About Me Page. Click on my picture and see how it works.