<!
-- Write a code to create webpage using internal linking and external linking -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>This is the 5th Practical</title>
<link rel="stylesheet" href="practical 5.css">
</head>
<body>
<!-- External linking-->
<p>An <a href="https://ahrefs.com/seo/glossary/external-link#:~:text=Also
%20known%20as%20an%20outbound,sometimes%20called%20external%20incoming%20links."
title="get full explianation about external-linking at ahrefs.com">external
link</a> is a hyperlink that leads to a page or resource outside a particular
website. It is the opposite of an internal link, which links to URLs within the
same domain. Backlinks or inbound links are sometimes called external incoming
links.</p>
<p>External links are that which wants customers clicking on links that
directs them away from your website. External links are sometimes called outbound
links are an important part of search engine optimization.</p>
<!-- Internal Linking -->
<a href="#chapter1" title="click for direct move to your Chapter page">#
Chapter.1</a><br>
<a href="#chapter2" title="click for direct move to your Chapter page">#
Chapter.2</a><br>
<a href="#chapter3" title="click for direct move to your Chapter page">#
Chapter.3</a><br>
<a href="#chapter4" title="click for direct move to your Chapter page">#
Chapter.4</a> <br><br>
<a id="chapter1">Introduction of Chapter.1</a>
<p>This is sub topic.1</p> <p>This is sub topic.2</p>
<p>This is sub topic.3</p> <p>This is sub topic.4</p> <br><br>
<a id="chapter2">Introduction of Chapter.2</a>
<p>This is sub topic.1</p> <p>This is sub topic.2</p>
<p>This is sub topic.3</p> <p>This is sub topic.4</p> <br><br>
<a id="chapter3">Introduction of Chapter.3</a>
<p>This is sub topic.1</p> <p>This is sub topic.2</p>
<p>This is sub topic.3</p> <p>This is sub topic.4</p> <br><br>
<article id="chapter4">Introduction of Chapter.4</article>
<p>This is sub topic.1</p> <p>This is sub topic.2</p>
<p>This is sub topic.3</p> <p>This is sub topic.4</p>
</body>
</html>