I have created 2 pages with CSS and HTML and now I want to link the two together.
I found this code, but I am sure there are better options:
<form action="http://google.com">
<input type="submit" value="Go to Google" />
</form>
If I use this, do I have to upload both pages to the internet? How can I link my two pages together?