I'm new to HTML and currently building a website, I'm trying to click on a button to take me to page2.htm, However it's not working:
Please see my code below:
[HTML]<html>
<head>
</head>
<body>
<h3>Test Divina Dummy Site<h3>
<br>
<input type="button" name="next" id="next" value="Next" onClick="page2. htm">
</body>
</html>[/HTML]
Please see my code below:
[HTML]<html>
<head>
</head>
<body>
<h3>Test Divina Dummy Site<h3>
<br>
<input type="button" name="next" id="next" value="Next" onClick="page2. htm">
</body>
</html>[/HTML]
Comment