HTML LINKS


HTML LINKS


HTML links allow users to click and it redirects the users from one web page to another.
LInks are found in HTML Pages.HTML link is a hyperlink.A hyperlink is an element ,it may be a text or image.When we click on the links it directs to another document.In HTML links are defind with <a > tag.
<a href="url"> LINK </a >
"a" stands for anchor tag.
 "href" represent hypertext referance.
 "url" full address of the link.

Image as Link 

 we can use image as a link.When we click on the image it redirects to another document.
<a href="url"> <img src="image" > </a >
<!.............gooogle adds.....................................................>
<!.....google ads..........>

0 Comment "HTML LINKS"