What steps can I take to modify my code to match the structure shown in the image?
At present, my code appears as follows:
<form id="form" action="/action_page.php">
Login ID:<br>
<input type="text" name="id" id="id">
<br>
Password:<br>
<input type="password" name="password" id="password">
<br><br>
<a href="#" class="btn btn-info" role="button">Register</a>
<input type="submit" value="Submit">
</form>