Tonya7enova

Untitled

Nov 29th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.49 KB | None | 0 0
  1. <form>
  2.     <div class="form-group">
  3.       <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
  4.     </div>
  5. </form>
  6.  
  7. <div>
  8.     <input class="btn btn-primary" type="reset" value="Dec ">
  9.     <input class="btn btn-primary" type="button" value="  1  ">
  10.     <input class="btn btn-primary" type="submit" value="  2  ">
  11.     <input class="btn btn-primary" type="reset" value="  3  ">
  12. </div>
  13. <div>
  14.     <input class="btn btn-primary" type="reset" value="Bin  ">
  15.     <input class="btn btn-primary" type="button" value="  4  ">
  16.     <input class="btn btn-primary" type="submit" value="  5  ">
  17.     <input class="btn btn-primary" type="reset" value="  6  ">
  18. </div>
  19. <div>
  20.     <input class="btn btn-primary" type="reset" value="Hex ">
  21.     <input class="btn btn-primary" type="button" value="  7  ">
  22.     <input class="btn btn-primary" type="submit" value="  8  ">
  23.     <input class="btn btn-primary" type="reset" value="  9  ">
  24. </div>
  25. <div>
  26.     <input class="btn btn-primary" type="reset" value="  +   ">
  27.     <input class="btn btn-primary" type="button" value="  *  ">
  28.     <input class="btn btn-primary" type="submit" value="  0  ">
  29.     <input class="btn btn-primary" type="reset" value="   /  ">
  30. </div>
  31. <div>
  32.     <input class="btn btn-primary" type="reset" value="   -   ">
  33.     <input class="btn btn-primary" type="button" value="  = ">
  34.     <input class="btn btn-primary" type="submit" value="   (  ">
  35.     <input class="btn btn-primary" type="reset" value="   )  ">
  36. </div>
Tags: calculator
Advertisement
Add Comment
Please, Sign In to add comment