External Linking in HTML
External Linking in HTML
A link from other website is known as External link.
Syntax for External link:
<a href="url"> Link Text</a>
Example:
<a href="http://ccconlinetest.com">Best website for CCC Exam</a>
A link from other website is known as External link.
Syntax for External link:
<a href="url"> Link Text</a>
Example:
<a href="http://ccconlinetest.com">Best website for CCC Exam</a>