Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1.  <form class="form-group">
  2.             <label>Type in name</label>
  3.             <input class="form-control" asp-for="Name"></input>
  4.             <label>Select age from dropdown</label>
  5.             <input class="form-control" asp-for="Age"></input>
  6.             <div class="clickMeBtn">
  7.                 <button class="btn btn-primary">Click me</button>
  8.             </div>
  9.             <p>Search bar</p>
  10.             <input type="text" class="form-control" placeholder="Search">
  11.             <button type="submit" class="btn btn-default">Submit</button>
  12.            
  13.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement