The above code will work, however, sometimes it's not possible if you've already opened a form element, since nesting of forms is not possible. Below is another method that uses javascript and does not require a form element. I'm in no way knocking what Till posted, just providing an alternative.
Code:
<input type="button" value="go" onclick="document.location = 'page_to_goto.html';">