In HTML, links are defined with the <a> tag:
<a href="url-goes-here">link text</a>
Input:
<a href="/2016/02/html-links.html">HTML Link Examples</a>
Output:
The href attribute specifies the destination address (
http://www.knigulper.com/2016/02/html-links.html)
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
Speak Your Mind