Computer Science, asked by vishnuhada2006, 2 months ago

Write a program to display use of hyperlink to different web page?​

Answers

Answered by pjgaikar06
1

<!DOCTYPE html>

<html>

  <body>

     <h1>HTML Links</h1>

            <p><a href="https://brainly.in">Visit Brainly!</a></p>

  </body>

</html>

I hope this will help you bro!!!

Similar questions