HTML Link Tag Property With Examples
HTML Links are the directed embabed codes address of a website, webpage, webpage. In HTML, links are defined with the <a> tag:
<a href="url-goes-here">link text</a>
Input:
<a href="http://www.knigulper.com/2016/02/html-links.html">HTML Link Examples</a>
Output:
The href attribute (http://www.knigulper.com/2016/02/html-links.html) specifies the destination address
Example:
Want to Buy this Add for your Business? <a href='http://www.knigulper.com/p/contact-us.html' target='_blank'>Grab Here</a>
Result:
Want to Buy this Add for your Business? Click Here
Comments
Post a Comment