0 votes
in Bootstrap by
Explain what the below code will do?

<a href="#">Home <span class="badge">36</span></a>

1 Answer

0 votes
by
This code will produce a link with an inline badge which will give an important notification to the user like number received, message received or the number of requests etc.

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
...