Creating Links to Other Pages using HTML
Today you will learn how to link other pages using HTML tag. It is very simple once you will learn links you can make many links as you want.
Let's start
HTML provide us anchor tag to link one page, image ,any word or a single alphabet to another pages.
Example: The code bellow create a link to the W3 Learning House home page.
<a href="w3learninghouse.blogspot.com">W3 Learning House</a>
W3 Learning House
how to link an image please tell me wali bhai
ReplyDeleteJust put the image tage between anchor tage see the example bellow
ReplyDeleteimage gose here
put your address like w3learninghouse.blogspot.com
Thanks