Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

button

1
2
3
4
5
6
7
8
9
<button type="button" class="btn btn-primary">primary</button>
<button type="button" class="btn btn-secondary">secondary</button>
<button type="button" class="btn btn-success">success</button>
<button type="button" class="btn btn-info">info</button>
<button type="button" class="btn btn-warning">warning</button>
<button type="button" class="btn btn-danger">danger</button>
<button type="button" class="btn btn-dark">dark</buton>
<button type="button" class="btn btn-light">light</button>
<button type="button" class="btn btn-link">link</button>
Source by www.edureka.co #
 
PREVIOUS NEXT
Tagged: #button
ADD COMMENT
Topic
Name
5+8 =