Search
 
SCRIPT & CODE EXAMPLE
 

HTML

name attribute use case html

<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    <h1>Radio Buttons</h1>
    <form action="/form/submit" method="post">
      <p>Select your gender:</p>
      <input type="radio" id="male" name="gender" value="male">
      <label for="male">Male</label><br>
      <input type="radio" id="female" name="gender" value="female">
      <label for="female">Female</label><br>
      <input type="radio" id="other" name="gender" value="other">
      <label for="other">Other</label>
      <br>
      <p>Select your age:</p>
      <input type="radio" id="age1" name="age" value="30">
      <label for="age1">0 - 25</label><br>
      <input type="radio" id="age2" name="age" value="60">
      <label for="age2">25 - 50</label><br>
      <input type="radio" id="age3" name="age" value="100">
      <label for="age3">50 - 80</label><br><br>
      <input type="submit" value="Submit">
    </form>
  </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: Double quotation for meta tag strings on html 
Html :: you may need an appropriate loader to handle this file type html 
Html :: Impossible to create the root directory "/var/www/html/laraship-subscription/storage/app/public/media/user_v1oz1Yz27j/26 
Html :: build a fed ex tracking html css 
Html :: disabling cach using meta tag 
Html :: image in html 
Html :: html basic command and eplANATION 
Html :: html js import 
Html :: divide in single rows html using div 
Html :: how many types of error in html 
Html :: display c# code in html 
Html :: html mailto two addresses 
Html :: cron job visit url each 15 min cpanel 
Html :: unity console debug bold 
Html :: how to make comments in markdown which do not render in html 
Html :: how to add extra line in html 
Html :: dont ignore space tag html 
Html :: how to deserialize if response is html 
Html :: ubuntu 18.10 vmware 
Html :: kodingan mencatumkan keterangan gambar header html 
Html :: assem 
Html :: poder utilizar valet 
Html :: aria-haspopup 
Html :: arecanut plate price in dubai by sri lankan price 
Html :: lit element double click 
Html :: mac preview pan 
Html :: dollar zero html 
Html :: php if statement not working 
Html :: page html vierge 
Html :: reuse html elemrnt id 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =