×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Simon Lee
Added: Jun 8, 2022 2:59 AM
Views: 7
Tags: no tags
  1.  <p class="text-blue">
  2.  
  3.                                     <input type="checkbox" id="check1" name="check1" value="usy"/>
  4.                                     <label for="check1" class="btn-custom"> I have a bike</label>
  5.                                     <br><input type="checkbox" name="check2"  />
  6.                                     <label for="check2" class="btn-custom"> I have a bike</label>
  7.                                     <br><input type="radio" id="group1" name="group1" value="g1" />
  8.                                     <label for="group1"  class="btn-custom">HTML</label>
  9.                                 </p>