Search code examples
twitter-bootstrapglyphicons

Glyphicon icon does not appear


Here I have tried to use icon in two ways. I am facing issue with 2nd method. Class name is currect even why it does not display the icon?

Fiddle Demo

html:

    <!-- Glyphicon in a H1 tag -->
    <h1>Hello, <span class="glyphicon glyphicon-globe"></span> !</h1>

<ul>
<li class="glyphicons glyphicon-globe"><a href="hashtag.html?lang=en"><i></i><span>Hashtag tracking</span></a></li>
</ul>

Solution

  • You have to correct spelling for second one remove s for glyphicons glyphicon-globe

    Here is updated code