SIMPLE HOMEPAGE FOR EASY NAVIGATION TO FREQUENTLY VISITING WEBSITE:
<html>
<head>
<title> Home page </title>
</head>
<body>
<h1>WELCOME TO HOME PAGE</h1>
<body bgcolor="blue" text="black">
<a href="http//www.google.com"><input type="button" value="Google"></a></br>
<a href="http//www.googlemaps.com"><input type="button" value="Google Map"></a></br>
<a href="http//www.wikipedia.com"><input type="button" value="WIKIPEDIA"></a></br>
<a href="http//www.ragava08.blogspot.com"><input type="button" value="ragava08"></a></br>
</body>
</html>
------
NOTE: <a href="http//www.google.com"> //In above code,Change the URL specified in these tags for customized usage.
No comments:
Post a Comment