Lakshmi Srinivas

Lakshmi Srinivas

232 Articles Published

Articles by Lakshmi Srinivas

Page 12 of 24

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

Img-circle Bootstrap class

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 599 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 172 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 252 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 567 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 186 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

Bootstrap .pager class

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

Get the pager links using the .pager Bootstrap class.You can try to run the following code to implement the .pager class in BootstrapExample           Bootstrap Example                                 Questions                      Previous          Next          

Read More

Set Bootstrap badges in active states of pill

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

Place to active links to set Bootstrap badges in active states of pill.You can try to run the following code to achieve thisExample           Bootstrap Example                                 Active State in Pill                Home 29          Profile          Messages 72          

Read More

Add a light-blue label (set info) with Bootstrap

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

Use .label-info class in Bootstrap to add light-blue label.You can try to run the following code to implement the .label-info classExample           Bootstrap Example                                          Info label          Information          

Read More

Create a green button (success) with Bootstrap

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

Use the .btn-success class in Bootstrap to create a green button that indicates successExample           Bootstrap Example                                 Click below if you want to know the result of successful students:       Submit    

Read More
Showing 111–120 of 232 articles
« Prev 1 10 11 12 13 14 24 Next »
Advertisements