Create a HTML document to show how to create hyperlinks.
Input
<!DOCTYPE html>
<html>
<body>
<h2>HTML Links</h2>
<p><a href="https://codingfreak18.blogspot.com">Visit my blog</a></p>
</body>
</html>
Output
After clicking the link,it will send you to the specified address
No comments:
Post a Comment