I am new to HTML5 coding and I am wondering how to implement a button on my landing page, which re-directs the visitor to another page.
Currently I am using the following HTML coding:
<section id="calltoaction_2">
<div class="container">
<form action="http://protec4kids.com/order">
<center><button type="submit" class="button_2">Order Here Now</button></center>
</form>
</div>
</section>
The problem is, that when I click the button, I am redirected to another page with the QUESTION MARK at the end of the URL. Which makes the website not appearing.
The second page is made up, in html and names 'order'.