I have justed started web design in college. Currently i am working on some small project. I am having a little trouble with the buttons. I have 4 buttons. They work but they are all opening the same page as the what the first button is suppose to open. Below is the part of the code:
<html>
<body>
<head>
<title>Castle Fictoria</title></head>
<body>
<body BGCOLOR="0066CC">
<p style = "text-align=center; font-family:algerian; color:000000; font-size:72px"><b>Castle Fictoria</style></b></p>
<hr width="1000" size="4" noshade color><br>
<center>
<form method="link" action="attractions.htm">
<input type="submit" value="Attractions">
<form method="link" action="facilities.htm">
<input type="submit" value="Facilities">
<form method="link" action="pricing.htm">
<input type="submit" value="Cost">
<form method="link" action="directions.htm">
<input type="submit" value="Directions">
</form>
</center>
<br>
I hope that this is enough information!
<html>
<body>
<head>
<title>Castle Fictoria</title></head>
<body>
<body BGCOLOR="0066CC">
<p style = "text-align=center; font-family:algerian; color:000000; font-size:72px"><b>Castle Fictoria</style></b></p>
<hr width="1000" size="4" noshade color><br>
<center>
<form method="link" action="attractions.htm">
<input type="submit" value="Attractions">
<form method="link" action="facilities.htm">
<input type="submit" value="Facilities">
<form method="link" action="pricing.htm">
<input type="submit" value="Cost">
<form method="link" action="directions.htm">
<input type="submit" value="Directions">
</form>
</center>
<br>
I hope that this is enough information!