CSS Framework Articles

Page 41 of 45

Create Inverted Navbar in Bootstrap

George John
George John
Updated on 11-Mar-2026 773 Views

To create an inverted navbar with a black background and with white text, simply add the .navbar-inverse class to the .navbar class.Example           Bootstrap Example                                                       TutorialsPoint                                                                    iOS                      SVN                                                                          Java                                                                                                        jmeter                            EJB                            Jasper Report                                                                                              

Read More

Bootstrap <small> element

George John
George John
Updated on 11-Mar-2026 299 Views

The element in Bootstrap is used to set inline subheadings.You can try to run the following code to implement the element:Example           Bootstrap small element                                       Heading One          I'm secondary Heading             Heading One          I'm secondary Heading          

Read More

Make an Ordered list with Bootstrap

George John
George John
Updated on 11-Mar-2026 702 Views

For ordered list in Bootstrap, you can try to run the following code −Example           Bootstrap lists                                       Lists       Fruits (Ordered List)                Kiwi          Apple          Mango          

Read More

Make Definition list with Bootstrap

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 1K+ Views

For definition list in Bootstrap, you can try to run the following code −Example           Bootstrap lists                                       Lists       Definition List                Description 1          Item 1          Description 2          Item 2             Fruits (Ordered List)                Kiwi          Apple          Mango             Vegetables (UnOrdered List)                Tomato          Brinjal          Broccoli          

Read More

list-unstyled class in Bootstrap

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 10K+ Views

For unstyled list in Bootstrap, use the list-unstyled class.You can try to run the following code to implement the list-unstyled class −Example           Bootstrap lists                                       Lists       Definition List       Unstyled List                Item 1          Item 2          Item 3          Item 4             Vegetables (UnOrdered List)                Tomato          Brinjal          Broccoli          

Read More

list-inline class in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 488 Views

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

Read More

Make Unordered list with Bootstrap

Ankith Reddy
Ankith Reddy
Updated on 11-Mar-2026 540 Views

For unordered list in Bootstrap, you can try to run the following code −Example           Bootstrap lists                                       Lists       Fruits (Ordered List)                Kiwi          Apple          Mango             Vegetables (UnOrdered List)                Tomato          Brinjal          Broccoli          

Read More

dl-horizontal class in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 4K+ 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 in line up side-by-side using class dl-horizontal.You can try to run the following code to implement the dl-horizontal class:Example           Bootstrap lists                                       Lists       Fruits (Ordered List)                Kiwi          Apple          Mango             Vegetables (UnOrdered List)                Tomato          Brinjal          Broccoli             Horizontal Definition List                Description 1          Item 1          Description 2          Item 2          

Read More

Striped Table with Bootstrap

George John
George John
Updated on 11-Mar-2026 475 Views

To add a striped table in Bootstrap, use the .table-striped class. You can try to run the following code to implement the .table-striped class −Example           Bootstrap Table                                                Footballer Rank                                      Footballer                Rank                                                            Amit                3                                        Kevin                2                                

Read More

Add the border to the table with Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 800 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 −Example           Bootstrap Table                                                Footballer Rank                                      Footballer                Rank                Country                                                            Messi                1                Argentina                                        Neymar                2                Brazil                                        Ronaldo                3                Portugal                                

Read More
Showing 401–410 of 445 articles
« Prev 1 39 40 41 42 43 45 Next »
Advertisements