Lakshmi Srinivas

Lakshmi Srinivas

233 Articles Published

Articles by Lakshmi Srinivas

Page 2 of 24

Bootstrap progress-striped class

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 359 Views

The progress-striped class is used to form a striped progress bar in Bootstrap.You can try to run the following code to create a striped progress bar in BootstrapExample           Bootstrap Example                                 Striped Progress Bars       Success Progress Bar                             45%Complete (success)                       Info Progress Bar                             80% Complete (info)                    

Read More

Container for embedded content in Bootstrap

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 360 Views

Use the .embed-responsive class in Bootstrap to set a container for embedded content.You can try to run the following code to implement the .embed-responsive class in BootstrapExample           Bootstrap Example                                          Add pages in WordPress          To add pages on a WordPress, try the below given steps in the video:                                          

Read More

What are C++ Floating-Point Constants?

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 2K+ Views

Floating-point constants specify values that must have a fractional part.Floating-point constants have a "mantissa, " which specifies the value of the number, an "exponent, " which specifies the magnitude of the number, and an optional suffix that specifies the constant's type(double or float).The mantissa is specified as a sequence of digits followed by a period, followed by an optional sequence of digits representing the fractional part of the number. For example −24.25 12.00These values can also contain exponents. For example, 24.25e3 which is equivalent to 24250In C++ you can use the following code to create a floating point constant −Example#include ...

Read More

How to set all the border bottom properties in one declaration in JavaScript DOM?

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 190 Views

To set the border bottom properties in one declaration in JavaScript, use the borderBottom property. It allows you to set the border-bottom-width, border-bottom-style, and border-bottom-color.ExampleYou can try to run the following code to learn how to set border bottom properties −                    #box {             border: 2px dashed blue;             width: 120px;             height: 120px;          }                     Set border bottom color                Demo Text          Demo Text                      function display() {             document.getElementById("box").style.borderBottom = "thin dashed #000000";          }          

Read More

Clear the float of an element with Bootstrap

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 629 Views

To clear the float of an element, use the .clearfix Bootstrap class.ExampleYou can try to run the following code to clear float of an element           Bootstrap Example                                                       left                                 right                    

Read More

Img-circle Bootstrap class

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 573 Views

Use the img-circle Bootstrap class to style your image and make it completely round.You can try to run the following code to implement the img-circle classExample           Bootstrap Images                                 Styling images with Bootstrap       Original Image             Image with Rounded Corners          

Read More

Use dropdowns with any button size using Bootstrap

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 157 Views

Use btn-large, .btn-sm, or .btn-xs class to use dropdowns with any button size.Let us see an example of btn-largeExample           Bootstrap Example                                                       Default                                                 Action             Another action             Something else here                         Separated link                    

Read More

Pills with Dropdowns Bootstrap Example

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 235 Views

To form pills with dropdowns, you can try to run the following exampleExample           Bootstrap Example                                 Website                Home          About                                      Products                                                        Online Compiler                Image Editor                                Services          Contact          

Read More

Usage of Bootstrap navbar-btn class

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 552 Views

Add buttons using class .navbar-btn to elements not residing in a to vertically center them in the navbar. .navbar-btn can be used on and elements.You can try to run the following code to implement the navbar-btn classExample           Bootstrap Example                                                       Search below:                                                                                                  Submit Button                         Navbar Button                    

Read More

Customize links using the active class to indicate the current page

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 168 Views

You can customize links using the active class to indicate the current page.You can try to run the following code to customize links using the active classExample           Bootstrap Example                                 Elements                «          e1          e2          e3          e4          »          

Read More
Showing 11–20 of 233 articles
« Prev 1 2 3 4 5 24 Next »
Advertisements