Login
Remember
Register
Ask a Question
What should be used to indicate badge in bootstrap
0
votes
asked
Feb 14, 2020
in
Bootstrap
by
SakshiSharma
What should be used to indicate badge in bootstrap
a. <span class=”badge”>10</span>
b. <span class=”badgeno”>10</span>
c. <span class=”badges”>10</span>
d. <span class=”badgecount”>10</span>
#bootstrap-badge
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 14, 2020
by
rahuljain1
<span class=”badge”>10</span>
...