I have been trying to redirect the other web page from the home page in the node server. Redirect is not happening to the link./idea.html where the relevant web page (HTML file)idea.html to be linked is also present. can you guys help me whether there is any error in the code or any special function to be added
<!DOCTYPE html>
<html lang="en">
<head>
<title>thenewboston></title>
<link rel="stylesheet" href="CSS/style.css" />
</head>
<body>
<div>
<a href="./idea.html">Formation</a>
<a href="https://www.sports_tournament/apple.com">apple</a>
<a href="https://www.sports_tournament/google.com">google</a>
<a href="https://www.sports_tournament/phone.com">phone</a>
<h1>Intra-College Sports Tournament</h1>
<h2>Home page</h2>
<p>This is apple</p>
</div>
</body>
</html>
idea.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>thenewboston></title>
<link rel="stylesheet" href="CSS/style.css" />
</head>
<body>
<link rel="Registration" href="C:/Users/Atchaya/web/Mongodb/home.html" />
</body>
</html>
via youtube3
No comments:
Post a Comment