Chandu yadav has Published 1163 Articles

Bootstrap .btn-xs class

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 13:39:28

527 Views

To create extra small buttons, use the .btn-xs class.You can try to run the following code to implement btn-xs class in Bootstrap −ExampleLive Demo           Bootstrap Example                                       The following are extra small buttons:                Extra small Primary button                      Extra small button          

Create a form where all of the elements are inline with Bootstrap

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 13:22:01

55 Views

To create a form with inline elements, use the form-inline class in Bootstrap.You can try to run the following code to achieve thisExampleLive Demo           Bootstrap Example                                                             Name                                             File input                                             Check for Newsletter                    Submit          

Add the border to the table with Bootstrap

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 13:18:11

673 Views

To add border to a table, use the table-bordered class. You can try to run the following code to implement the table-bordered class −ExampleLive Demo           Bootstrap Table                                                Footballer Rank                                      Footballer                Rank                Country                                                            Messi                1                Argentina                                        Neymar                2                Brazil                                        Ronaldo                3                Portugal                                

Bootstrap table-responsive class

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 12:50:07

2K+ Views

Wrapping any .table in .table-responsive class, you will make the table scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.To make a responsive table, you can try to run the following code −ExampleLive Demo ... Read More

Apply the hover color to a particular table row or cell with Bootstrap

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 12:46:00

378 Views

To apply hover color to a particular table row or cell with Bootstrap, use the .active class. You can try to run the following code to implement the .active class −ExampleLive Demo           Bootstrap Table                                                                                         Subject                   Marks                   Type                                                                           C++                   70                   Programming Language                                                   PHP                   92                   Scripting Language                                                   jQuery                   80                   JavaScript Library                                                

list-inline class in Bootstrap

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 12:28:32

324 Views

You can try to run the following code to implement the list-inline class in BootstrapExampleLive Demo           Bootstrap lists                                       Lists       Fruits (Ordered List)                Kiwi          Apple          Mango             Vegetables (UnOrdered List)                Tomato          Brinjal          Broccoli             Cars (Inline List)                BMW          Audi          Bentley          

dl-horizontal class in Bootstrap

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 12:23:30

3K+ Views

In definition list, each list item can consist of both the and the elements. stands for definition term, and like a dictionary, this is the term (or phrase) that is being defined. Subsequently, the is the definition of the . You can make terms and descriptions ... Read More

Bootstrap lead class

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 11:26:25

2K+ Views

The lead class in Bootstrap is used to add emphasis to a paragraph.You can try to run the following code to implement the lead class in Bootstrap −Example Live Demo           Bootstrap lead class                   ... Read More

Bootstrap element styling

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 10:58:46

430 Views

Bootstrap styles elements with a light dotted border along the bottom and reveal the full text on hover.The HTML element provides markup for abbreviations or acronyms, such as NASA, HTTPS, ICC, etc.You can try to run the following to understand how Bootstrap styles the element −Example Live Demo ... Read More

Bootstrap Grids

Chandu yadav

Chandu yadav

Updated on 12-Jun-2020 10:35:47

113 Views

Grid structure content and helps in designing it perfectly. Grid systems are used for creating page layouts through a series of rows and columns that house your content.Here's how the Bootstrap grid system works −Rows must be placed within a .container class for proper alignment and padding.Use rows to create ... Read More

Advertisements