Create a Hyperlink to move around within a single page rather than to load another page.
In this Practical using Tags:-
-
<title><title>
-
<link />
3.<html><html>
-
<head></head>
-
<body></body>
-
<img />
-
<br />
-
<hr />
-
<a></a>
-
<u></u>
-
<p></p>
-
<ul></ul>
-
<li></li>
Code:-
Input:-
<html>
<head>
<title>Life Graft</title>
<link rel="icon" href="https://pbs.twimg.com/profile_images/1710382878/New_Life_Logo_2012_-_Vimeo.jpg"
type="image/png">
</head>
<body>
<img src="https://ambercantorna.com/wp-content/uploads/2017/04/Taboola_Foundation_FeaturedImg1.jpg" height="200px" width="700px">
<br /><br /> <hr /><br />
<a href="#"><u> Home</u></a>
<a href="#"><u> Articles</u></a>
<a href="#"><u> Habtis</U></a>
<a href="#"><u> Skills</u></a>
<a href="#"><U> Quotes</U></a>
<a href="#"><u> Books</u></a>
<br /><br /> <hr /><br />
<p style="font-size:18px"><b> Welcome to new life!</b></p>
<p > LIfe Craft-living a good, fulfilling life by developing strong character and life skills.</p>
<img src="https://genewhitehead.com/gwwp-suitcase/uploads/sprout-new-life.jpg" style="margin-left:10px; margin-right:10px " height="300px" width="700px">
<br /><br />
<ul>
<li>Your humanness proves your holiness </li>
</ul>
</body>
</html>
Output:-
1 thought on “Create A Hyperlink to Move around within a single page rather than to load another page”