How do I hyperlink?-Freelancer Anwer
How do I hyperlink
HTML
Links
HTML links are defined with the <a>
tag:
Example
<a
href="http://www.w3schools.comHTML">This is a link</a>
<html>
<body>
<a
href="http://www.tmss-ict.com">Freelancing Training
Course</a>
<br>
<a href="http://www.tmss-ict.com">Bangladesh
Freelancing Training Program</a>
</body>
</html>