|
| ||||||||||
| Tags: html, radio button |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Convert information to radio button
|
|
#2
| |||
| |||
| Re: Convert information to radio button
The <input> tag is what you need to use to represent that data. Input fields can be used in number of ways such as checkboxes, text fields, radios, and form submission buttons. It has accept, align, alt, checked, disabled, maxlength, name, readonly, size, src, type and value as optional attributes. There are many more attributes to input tag. |
|
#3
| ||||
| ||||
| Re: Convert information to radio button
Here is the code: HTML Code: <input type="radio" name="Grade A" value="85 or above"> <input type="radio" name="Grade B" value="70-85"> <input type="radio" name="Grade C" value="55-70"> <input type="radio" name="Grade D" value="40-55"> <input type="radio" name="Grade E" value="Fail"> |
|
#4
| |||
| |||
| Re: Convert information to radio button
Dear Kelfro, With due respect, I am thanking you very much for the text ( Convert information to radio button ). thanks & regards, swapan. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Convert information to radio button" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Radio Button is not working properly in Excel | Raju Chacha | Windows Software | 2 | 07-01-2012 08:06 PM |
| Wi-Fi radio button of Toshiba Satellite a665 S6050 is not working | Eugenia | Portable Devices | 5 | 02-05-2011 01:05 AM |
| Create radio button | Linux-Us | Software Development | 3 | 24-11-2009 01:58 PM |
| Dell laptop tells me to switch ON radio button | Mindstorm | Portable Devices | 3 | 18-08-2009 07:39 PM |
| Convert Sleep Button in Shutdown button In Vista | Kraker999 | Customize Desktop | 3 | 19-03-2009 11:45 PM |