
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap Glyphicons
Glyphicons are icon fonts that you can use in your web projects.
Under the Bootstrap directory structure, go to the fonts folder to get the following glyphicons −
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
To use the icons, try the following code snippet:
<span class = "glyphicon glyphicon-search"></span>
Advertisements