07/11/2016

HTML Links And Images

HTML Links

Links are used for combining,moving one page to an another page.In Html for a link we use the <a> element.Let's look at examples below:



< a href="http://www.softwarecooltips.com/">Click Here</> :This code will create a link from the word "Click Here".So when you click on it,the page will go to my blog.This is an external or a hyperlink.