HTML
Links
•HTML links are
defined with the anchor <a> tag with hyperlink reference href attribute
<!DOCTYPE
html>
<html>
<body>
<a href="http://www.google.com">This is a
link</a>
</body>
</html>
No comments:
Post a Comment