answersLogoWhite

0


Best Answer

Every group is independent of other groups. Indeed, you do not even need groups because every button is independent of other buttons regardless of its grouping. The only exception is radio buttons which must be grouped so that selecting one automatically deselects all others in the same group but separate groups are always independent of each other.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If you want 2 groups of option buttons on a form how can you make the group to operate independently?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Preferred HTML tag for drop down list?

That would be the <select> tag. Example of usage: <select> <option>Option 1 in drop-down list</option> <option selected="selected">Option 2 (selected by default because of the "selected" attribute)</option> <option disabled="disabled">Option 3 (disabled because of the "disabled" attribute)</option> </select>


Html pull down menu example for month day and year I would like to get an example on how to write month day and year in HTML form?

# <select name="month" id="month"> # <option value="1" <?PHP if($month==1) echo "selected";?>>January</option> # <option value="2" <?PHP if($month==2) echo "selected";?>>February</option> # <option value="3" <?PHP if($month==3) echo "selected";?>>March</option> # <option value="4" <?PHP if($month==4) echo "selected";?>>April</option> # <option value="5" <?PHP if($month==5) echo "selected";?>>May</option> # <option value="6" <?PHP if($month==6) echo "selected";?>>June</option> # <option value="7" <?PHP if($month==7) echo "selected";?>>July</option> # <option value="8" <?PHP if($month==8) echo "selected";?>>August</option> # <option value="9" <?PHP if($month==9) echo "selected";?>>September</option> # <option value="10" <?PHP if($month==10) echo "selected";?>>October</option> # <option value="11" <?PHP if($month==11) echo "selected";?>>November</option> # <option value="12" <?PHP if($month==12) echo "selected";?>>December</option> # </select> # # <select name="day" id="day"> # <option value="1" <?PHP if($day==1) echo "selected";?>>1</option> # <option value="2" <?PHP if($day==2) echo "selected";?>>2</option> # <option value="3" <?PHP if($day==3) echo "selected";?>>3</option> # <option value="4" <?PHP if($day==4) echo "selected";?>>4</option> # <option value="5" <?PHP if($day==5) echo "selected";?>>5</option> # <option value="6" <?PHP if($day==6) echo "selected";?>>6</option> # <option value="7" <?PHP if($day==7) echo "selected";?>>7</option> # <option value="8" <?PHP if($day==8) echo "selected";?>>8</option> # <option value="9" <?PHP if($day==9) echo "selected";?>>9</option> # <option value="10" <?PHP if($day==10) echo "selected";?>>10</option> # <option value="11" <?PHP if($day==11) echo "selected";?>>11</option> # <option value="12" <?PHP if($day==12) echo "selected";?>>12</option> # <option value="13" <?PHP if($day==13) echo "selected";?>>13</option> # <option value="14" <?PHP if($day==14) echo "selected";?>>14</option> # <option value="15" <?PHP if($day==15) echo "selected";?>>15</option> # <option value="16" <?PHP if($day==16) echo "selected";?>>16</option> # <option value="17" <?PHP if($day==17) echo "selected";?>>17</option> # <option value="18" <?PHP if($day==18) echo "selected";?>>18</option> # <option value="19" <?PHP if($day==19) echo "selected";?>>19</option> # <option value="20" <?PHP if($day==20) echo "selected";?>>20</option> # <option value="21" <?PHP if($day==21) echo "selected";?>>21</option> # <option value="22" <?PHP if($day==22) echo "selected";?>>22</option> # <option value="23" <?PHP if($day==23) echo "selected";?>>23</option> # <option value="24" <?PHP if($day==24) echo "selected";?>>24</option> # <option value="25" <?PHP if($day==25) echo "selected";?>>25</option> # <option value="26" <?PHP if($day==26) echo "selected";?>>26</option> # <option value="27" <?PHP if($day==27) echo "selected";?>>27</option> # <option value="28" <?PHP if($day==28) echo "selected";?>>28</option> # <option value="29" <?PHP if($day==29) echo "selected";?>>29</option> # <option value="30" <?PHP if($day==30) echo "selected";?>>30</option> # <option value="31" <?PHP if($day==31) echo "selected";?>>31</option> # </select> # # <select name="year" id="year"> # <?PHP for($i=date("Y"); $i<=date("Y")+2; $i++) # if($year == $i) # echo "<option value='$i' selected>$i</option>"; # else # echo "<option value='$i'>$i</option>"; # ?> # </select>


What is difference between name and value in an HTML Form?

'Name' can be a field and 'value' can defined to the that particular field. Example: <select name="Car List"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select>


Html codes for feedback form?

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Feedback Form</title> </head> <body> <h1>Feedback Form</h1> <form action="mailto:your email address" method="get" enctype="text/plain"> <p> Name: <input type="text" id="name" size="30"> </p> <p> Please rate my site from 1 to 10 (1 = bad and 10 = good): <br /> <select id="rating"><br /> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option selected>10</option> </select> </p> <p> How would you suggest I improve it?<br /> <textarea id="improve" rows="5" cols="30"></textarea> </p> <p> <input type="submit" value="Send Feedback"> <input type="reset"> </p> </form> </body> </html>


Write a HTML program to insert a selection list in a form?

<select id="selectlist"><option> First</option> <option> Second</option>. This is a sample program to insert a selection list.

Related questions

A layout option that sets apicture to float so that it can be moved independently of the paragraph?

A layout option that sets a picture to float so that it can be moved independently of the paragraph is called the live layout.


How many options can be selected if a frame contains 4 option bottons?

how many options can be selected if a frame contains 4 option buttons


Best foreign language a computer engineer should study?

That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.That depends on the geographical area you plan to operate in. For example, if South America then Spanish would be an option, if Germany the German would be an option.


Does 1991 Pontiac Grand Prix have airbags?

nope, just radio buttons if you have that option like i do.


Which spelling checker option buttons will ignore all instances of the word Pragg for this worksheet only?

ignore all


Which includes immediate deliberate and unassisted ways to execute the military PR option?

PR methods include the deliberate and unassisted ways of executing the military PR option.


Difference between option button and check box?

Check boxes and option buttons give users the opportunity to choose among a list of options. The option button differs from a check box in that one can only select one option while in the latter one can select multiple options.


Which type of button or box gives a mutually exclusive coice?

A dialog box offers a mutually exclusive choice.


How do you make buttons for Howrse?

Basically, if you mean a picture button, like the sign in button, you will need to switch to HTML mode, then add this code <a href="www.this is the link.com"><img src="this is the location of the image.gif" border="0" alt="" /></a>


Why are the buttons on the bottom instead of the side?

The "IQ-touch" buttons are placed on the bottom, instead of the size, so that every option is available to the user. Cooking options are not hidden or layered in confusing menus, but displayed prominently on the bottom of the unit.


What are the similarities between radio buttons and check boxes?

The difference between these two is that, the Check Box offers a multiple selection of options while Radio Box( option Box) is for the selection of only one option.


What lotteries operate in South Africa?

South Africa has had a National Lottery since 2000 including the main Lotto draw and a Lotto Plus option. There have been previous national lotteries but these no longer operate.