0

2nd HTML file

 <section id="posec">
      <h2>Project One</h2>
      <table>
        <tr>
          <td><iframe src="../project_one/project_one.html" width="1350" height="500px"></iframe></td>
        </tr>
      </table>
    </section>

file project one

<div>
      <h1>Ayush Singh</h1>
      <p>Gmail: <a href="mailto:singhayush98765@gmail.com">singhayush98765@google.com</a></p>
      <p>LinkedIn: <a href="https://www.linkedin.com/in/ayushsingh023/">ayushsingh023</a></p>
      <p>GitHub: <a href="https://github.com/ayushsingh023">ayushsingh023</a></p>
    </div>

I tried to link my project one hiperlink to other HTML file using iframe but the links are not responding in 2nd html file where as only mail link is workin but other 2 are getting error. I am not getting why this issue arises as one out of three link are working but other two not.

0 Answers0