OneCompiler

Assignment 2.4: Links

131
<!DOCTYPE html>
<html>
  <head>
    <title> 2.4 HTML: Links </title>
  </head>
  <body>
    <!-- Add code to open a new tab/window here -->
    
    
    
  </body>

<!-- Do not remove following lines. They're used to test. -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://sites.webjam.org/grader/assignment2.4.js"></script>
</html>