Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain what the below code will do?
Home
Bootstrap
Explain what the below code will do?
0
votes
asked
Oct 7, 2019
in
Bootstrap
by
Tracy Williams
Explain what the below code will do?
<a href="#">Home <span class="badge">36</span></a>
code-output
output-code
ahref
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 10, 2019
by
john ganales
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.
...