Computer Science, asked by shakti1234, 11 months ago

plz solve this tommorow is my computer board exam​

Attachments:

Answers

Answered by ambilykr
2

Answer:

It is Internal Linking

Explanation:

<html>

<head>

</head>

<body>

 <a href="#Lesson.1">Lesson.1</a> <br>

 <a href="#Lesson.2">Lesson.2</a> <br>

 <a href="#Lesson.3">Lesson.3</a> <br>

 <a href="#Lesson.4">Lesson.4</a> <br>

 <br>

 <a name="Lesson.1">Introduction of Lesson.1</a>

 <p>This is sub topic.1</p>  

 <br>

 <br>

 <a name="Lesson.2">Introduction of Lesson.2</a>

 <p>This is sub topic.1</p>

 <br >

 <br >

 <a name="Lesson.3">Introduction of Lesson.3</a>

 <p>This is sub topic.1</p>

 <br >

 <br >

 <a name="Lesson.4">Introduction of Lesson.4</a>

 <p>This is sub topic.1</p>

</body>

</html>

Answered by Anonymous
0

Answer:

Its internal linking.....

Similar questions