HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>What do you like to have?</p> <form action="/user-choice.php"> <input type="checkbox" name="hot" value="Tea">A cup of tea<br><br> <input type="checkbox" name="cold" value="Ice Cream"> A bowl of ice cream<br><br> <input type="submit" value="Order"> </form> <p><strong>Note : </strong>You have to click on checkbox to select rather than clicking on text. If you need to select by clicking on either text or checkbox. Learn <a href="/html/tag-label" target="_blank">Label tag</a></p> </body> </html>
OUTPUT
×

Save as Private