SlideShare una empresa de Scribd logo
1 de 3
Descargar para leer sin conexión
Boot Strap 3 – Lecture 5
 Glyphicon
Today we learn glyphicon class of bootstrap. You can see on different sites login page. There is login
icon; there is eye icon near password field. All are not .gif images. Mostly they are glyphicon icons.
Bootstrap provides 800+ icons.
For all icons please visit HERE. This site provide class name if you press on icon.
And if I click on any of them
Its class and syntax will appear.
<span class="glyphicons glyphicons-user"></span>
OK, let move.
There are many other ways to insert glyphicon but it is preferable to follow the standards. So always
insert your glyphicon in <span> tag. But again it’s optional.
For complete reference of 260 Glyphicon click Here.
 Badges and Labels
Another interesting feature of bootstrap is badges and labels.
And a real time example is facebook notifications.
And label is heading non editable. It has class similar to button class.
Reference: W3Schools, facebook and glyphicons.com
Thanks.
Salman Mushtaq
Email: salman_1538@hotmail.com

Más contenido relacionado

Similar a Bootstrap 3 Lecture 5

How to rank google documen sharing
How to rank google documen sharingHow to rank google documen sharing
How to rank google documen sharing
Ana Fraser
 

Similar a Bootstrap 3 Lecture 5 (20)

Deck 6-456 (1)
Deck 6-456 (1)Deck 6-456 (1)
Deck 6-456 (1)
 
How to create an instagram business account
How to create an instagram business accountHow to create an instagram business account
How to create an instagram business account
 
Build an App with JavaScript and jQuery - LA - July 18
Build an App with JavaScript and jQuery - LA - July 18Build an App with JavaScript and jQuery - LA - July 18
Build an App with JavaScript and jQuery - LA - July 18
 
20 Need-to-Know Microsoft Teams Productivity Tips
20 Need-to-Know Microsoft Teams Productivity Tips20 Need-to-Know Microsoft Teams Productivity Tips
20 Need-to-Know Microsoft Teams Productivity Tips
 
My ITlab overview
My ITlab overviewMy ITlab overview
My ITlab overview
 
Bootcampday4
Bootcampday4Bootcampday4
Bootcampday4
 
Web app-la-jan-2
Web app-la-jan-2Web app-la-jan-2
Web app-la-jan-2
 
Topic 12-6 Instagram Page and Posting Tips.ppt
Topic 12-6 Instagram Page and Posting Tips.pptTopic 12-6 Instagram Page and Posting Tips.ppt
Topic 12-6 Instagram Page and Posting Tips.ppt
 
Eblogger tools
Eblogger toolsEblogger tools
Eblogger tools
 
What is open graph meta tag – a detailed overview
What is open graph meta tag – a detailed overviewWhat is open graph meta tag – a detailed overview
What is open graph meta tag – a detailed overview
 
chat-gpt.pptx
chat-gpt.pptxchat-gpt.pptx
chat-gpt.pptx
 
Build an App with JavaScript & jQuery
Build an App with JavaScript & jQuery Build an App with JavaScript & jQuery
Build an App with JavaScript & jQuery
 
How to rank google documen sharing
How to rank google documen sharingHow to rank google documen sharing
How to rank google documen sharing
 
bawawjspdx082117
bawawjspdx082117bawawjspdx082117
bawawjspdx082117
 
Comprensión lectora Lili Lana.pptx
Comprensión lectora Lili Lana.pptxComprensión lectora Lili Lana.pptx
Comprensión lectora Lili Lana.pptx
 
Download What is Chat GPT by Agegamer.com .pptx
Download What is Chat GPT by Agegamer.com .pptxDownload What is Chat GPT by Agegamer.com .pptx
Download What is Chat GPT by Agegamer.com .pptx
 
EN Chat GPT by Slidesgo.pptx
EN Chat GPT by Slidesgo.pptxEN Chat GPT by Slidesgo.pptx
EN Chat GPT by Slidesgo.pptx
 
ChatGPT explicado a tus alumnos de secundaria.pptx
ChatGPT explicado a tus alumnos de secundaria.pptxChatGPT explicado a tus alumnos de secundaria.pptx
ChatGPT explicado a tus alumnos de secundaria.pptx
 
EN Chat GPT by Slidesgo.pptx
EN Chat GPT by Slidesgo.pptxEN Chat GPT by Slidesgo.pptx
EN Chat GPT by Slidesgo.pptx
 
The google+ experience
The google+ experienceThe google+ experience
The google+ experience
 

Más de Salman Mushtaq

Más de Salman Mushtaq (7)

LINQ to SQL
LINQ to SQLLINQ to SQL
LINQ to SQL
 
Captcha
CaptchaCaptcha
Captcha
 
ADO DOT NET
ADO DOT NETADO DOT NET
ADO DOT NET
 
Contact Book Version 1.0
Contact Book Version 1.0Contact Book Version 1.0
Contact Book Version 1.0
 
Entity frame work by Salman Mushtaq -1-
Entity frame work by Salman Mushtaq -1-Entity frame work by Salman Mushtaq -1-
Entity frame work by Salman Mushtaq -1-
 
Database By Salman Mushtaq
Database By Salman MushtaqDatabase By Salman Mushtaq
Database By Salman Mushtaq
 
Serialization
SerializationSerialization
Serialization
 

Bootstrap 3 Lecture 5

  • 1. Boot Strap 3 – Lecture 5  Glyphicon Today we learn glyphicon class of bootstrap. You can see on different sites login page. There is login icon; there is eye icon near password field. All are not .gif images. Mostly they are glyphicon icons. Bootstrap provides 800+ icons. For all icons please visit HERE. This site provide class name if you press on icon. And if I click on any of them Its class and syntax will appear. <span class="glyphicons glyphicons-user"></span> OK, let move.
  • 2. There are many other ways to insert glyphicon but it is preferable to follow the standards. So always insert your glyphicon in <span> tag. But again it’s optional. For complete reference of 260 Glyphicon click Here.  Badges and Labels Another interesting feature of bootstrap is badges and labels. And a real time example is facebook notifications. And label is heading non editable. It has class similar to button class.
  • 3. Reference: W3Schools, facebook and glyphicons.com Thanks. Salman Mushtaq Email: salman_1538@hotmail.com