• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

How to work with forms in HTML?

November 14, 2012 by Rick Hernandez Leave a Comment

<html>
<head>
<style>
body{text-align:center;
}

table{
margin-left:auto;
margin-right:auto;
}

</style>
<title> Pappa Botchalims </title>
</head>
<body>
<h1> Pappa Botchalims </h1>
<form name='pizzaForm'>
<b> SIZE:</b>
<input type='radio' name='pizzaSize' value='S'> Small &nbsp;&nbsp;
<input type='radio' name='pizzaSize' value='M'> Medium &nbsp;&nbsp;
<input type='radio' name='pizzaSize' value='L checked'> Large &nbsp;&nbsp;
<input type='radio' name='pizzaSize' value='X'> Extra Large &nbsp;&nbsp;

</br>
<table>
<tr><td><input type='checkbox' name='topppings' value='pr'> Pepperoni &nbsp;&nbsp;</td><td> <td></tr>
<tr><td><input type='checkbox' name='topppings' value='Ham'> Ham &nbsp;&nbsp; </td><td><td></tr>
<tr><td><input type='checkbox' name='topppings' value='Jal'> Jalapenos &nbsp;&nbsp; </td><td><td></tr>
<tr><td><input type='checkbox' name='topppings' value='pin'> Pineapple &nbsp;&nbsp; </td><td>
<tr><td><input type='checkbox' name='topppings' value='Anchi' checked> Anchovies &nbsp;&nbsp; </td><td><td></tr>
</table>

<select name='toppingsAgain' multiple size = '10'>
<option value = 'nada' selected> Select One or More toppings </option>
<option value='Pr'>Pepperoni </option>
<option value='Ham'> Ham </option>
<option value='Jal'> Jalapeonos </option>
<option value='Pine' selected > Pineapple </option>
<option value='Anchi'> Anchovies </option>
<option value='Mush'> MushRooms </option>
</body>

</html>

Rick Hernandez

I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related

Filed Under: Programming, XHMTL and HTML

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in