Saturday, June 3, 2017

HTML Links - Syntax

<!DOCTYPE html>

In HTML, links are defined with the <a> tag<html>

<body>

<p>< ahref="http://www.w3schools.com/html/">Visit our HTML tutorial</a></p>

</body>


</html>

No comments:

Post a Comment