<form action="/submit" method="POST"> <!-- Form elements go here --> </form><input type="text" name="username" placeholder="Username"><input type="password" name="password" placeholder="Password"><input type="radio" id="option1" name="option" value="1">
<label for="option1">Option 1</label>
<input type="radio" id="option2" name="option" value="2">
<label for="option2">Option 2</label><input type="checkbox" id="subscribe" name="subscribe" value="yes">
<label for="subscribe">Subscribe to Newsletter</label><input type="submit" value="Submit">