Nancy Den has Published 334 Articles

What is the maximum size of HTTP header values?

Nancy Den

Nancy Den

Updated on 16-Jun-2020 12:05:15

10K+ Views

Most web servers have their own set of size limits on HTTP request headers. The HTTP Header values are restricted by server implementations. The following are the limits of some of the most popular web servers −Web ServerSize LimitApache8KNginx4K-8KIIS8K-16KTomcat8K – 48KIf the header size exceeds the above limit, the server ... Read More

Define the style for the body of the modal with Bootstrap

Nancy Den

Nancy Den

Updated on 15-Jun-2020 07:04:51

167 Views

Use the .modal class to define the style for the body of the modal.You can try to run the following code to implement the .modal class −ExampleLive Demo           Bootstrap Example                       ... Read More

How to use Bootstrap Tooltip Plugins

Nancy Den

Nancy Den

Updated on 15-Jun-2020 07:02:18

69 Views

Tooltips are useful when you need to describe a link. The plugin was inspired by jQuery.tipsy plugin written by Jason Frame. Tooltips have since been updated to work without images, animate with a CSS animation, and data-attributes for local title storage.The tooltip plugin generates content and markup on demand, and ... Read More

What is unsigned Right Shift Operator (>>>) in JavaScript?

Nancy Den

Nancy Den

Updated on 13-Jun-2020 07:41:03

388 Views

This operator is just like the >>operator, except that the bits shifted in on the left are always zero i.e. xeroes are filled in from the left.ExampleYou can try to run the following code to learn how to work with unsigned right shift operator −           ... Read More

Increase the font size of a paragraph with Bootstrap

Nancy Den

Nancy Den

Updated on 12-Jun-2020 22:30:07

1K+ Views

Use the .lead class in Bootstrap to increase the font size of a paragraph.You can try to run the following code to implement lead class −ExampleLive Demo           Bootstrap Example                                          Football          FIFA          The 2018 FIFA World Cup is the 21st FIFA World Cup.          FIFA, 2018 is going on in Russia.          

Align labels and groups of form controls in a horizontal layout with Bootstrap

Nancy Den

Nancy Den

Updated on 12-Jun-2020 22:08:15

1K+ Views

Use the .form-horizontal class in Bootstrap to align labels and groups of form controls in a horizontal layout.You can try to run the following code to implement .form-horizontal class:ExampleLive Demo           Bootstrap Example                                                       Name                                             Name                                Submit          

Bootstrap Panel with List groups

Nancy Den

Nancy Den

Updated on 12-Jun-2020 20:31:32

389 Views

Include list groups within any panel. Create a panel by adding class .panel to the element. Also, add class .panel-default to this element. Now within this panel include your list groups.You can try to run the following code to set panel with list groups −ExampleLive Demo     ... Read More

How to use Bootstrap Affix Plugins

Nancy Den

Nancy Den

Updated on 12-Jun-2020 19:08:01

175 Views

The affix plugin allows a to become affixed to a location on the page. You can also toggle it's pinning on and off using this plugin.The affix plugin toggles between three classes, each representing a particular state − .affix, .affix-top, and .affix-bottom. Follow the below steps to set your ... Read More

Set Bootstrap Panel with Heading

Nancy Den

Nancy Den

Updated on 12-Jun-2020 18:15:50

180 Views

Follow the below steps to set Bootstrap panel with heading −Use .panel-heading class to add a heading container to your panel.Use any - with a .panel-title class to add a pre-styled heading.You can try to run the following code for panel with headings in Bootstrap −ExampleLive Demo     ... Read More

Usage of Bootstrap navbar-fixed-top class

Nancy Den

Nancy Den

Updated on 12-Jun-2020 16:59:13

290 Views

Use the Bootstrap class .navbar-fixed-top to set the navbar fixed to the top.You can try to run the following code to fix navbar to the top −ExampleLive Demo           Bootstrap Example                                                       Modes of Transport                                                Air Transport                Water Transport                                

Previous 1 ... 7 8 9 10 11 ... 34 Next
Advertisements