HTML



Admission Enquiry Form

  

What is hyperlink?


Hyperlink - 01



Hyperlink - 02





Hyperlink in HTML

<html lang="en">
<head>
<title>Hyperlink</title>
</head>
<body>
<h2>Use of Hyperlink</h2>
<h3>Click on Link For Internal Hyperlink</h3>
<a href="list.html">Click here for link</a>
<br><br>
<h2>Click On compuhelpindia for External Hyperlink</h2>
<a href="https://www.compuhelpindia.com/">compuhelpindia</a>
<h2>Click On Section1 for Same Page Link</h2>
<a href="#section1">section1</a>
<h2>Click On Section2 for Same Page Link</h2>
<a href="#section2">section2</a>

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<h1 id="section1">COMPUHELP is the institute in the field of teaching since 1999. It is the vision of founder Mr. Sunil Guleria. An Institute which is compact small but best for the student who is really willing to learn some computer courses or computer Technologies like COMPUTER BASICS, COMPUTER PROGRAMMING LANGUAGES, WEB TECHNOLOGIES and many more. Now these days after paying hafty amount of fee students or parents are not satisfied from the Institutes for the quality knowledge and the dedication of the Teacher or Instructor towards students.

This is the Institute where student will feel more than expectation is being provided and the concept of true education is also being implemented. As we know Teaching or learning can not be accomplished by Teacher only.COMPUHELP is the institute in the field of teaching since 1999. It is the vision of founder Mr. Sunil Guleria. An Institute which is compact small but best for the student who is really willing to learn some computer courses or computer Technologies like COMPUTER BASICS, COMPUTER PROGRAMMING LANGUAGES, WEB TECHNOLOGIES and many more. Now these days after paying hafty amount of fee students or parents are not satisfied from the Institutes for the quality knowledge and the dedication of the Teacher or Instructor towards students.

This is the Institute where student will feel more than expectation is being provided and the concept of true education is also being implemented. As we know Teaching or learning can not be accomplished by Teacher only.</h1>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<h1 id="section2">COMPUHELP is the institute in the field of teaching since 1999. It is the vision of founder Mr. Sunil Guleria. An Institute which is compact small but best for the student who is really willing to learn some computer courses or computer Technologies like COMPUTER BASICS, COMPUTER PROGRAMMING LANGUAGES, WEB TECHNOLOGIES and many more. Now these days after paying hafty amount of fee students or parents are not satisfied from the Institutes for the quality knowledge and the dedication of the Teacher or Instructor towards students.

This is the Institute where student will feel more than expectation is being provided and the concept of true education is also being implemented. As we know Teaching or learning can not be accomplished by Teacher only.COMPUHELP is the institute in the field of teaching since 1999. It is the vision of founder Mr. Sunil Guleria. An Institute which is compact small but best for the student who is really willing to learn some computer courses or computer Technologies like COMPUTER BASICS, COMPUTER PROGRAMMING LANGUAGES, WEB TECHNOLOGIES and many more. Now these days after paying hafty amount of fee students or parents are not satisfied from the Institutes for the quality knowledge and the dedication of the Teacher or Instructor towards students.

This is the Institute where student will feel more than expectation is being provided and the concept of true education is also being implemented. As we know Teaching or learning can not be accomplished by Teacher only.</h1>
</body>
</html>

 


Hyperlink - 03