
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Smita Kapse has Published 498 Articles

Smita Kapse
125 Views
The collapse plugin makes it easy to make collapsing divisions of the page. Whether you use it to build an accordion navigation or content boxes, it allows for a lot of content options.You can try to run the following code to implement collapse plugins in Bootstrap −ExampleLive Demo ... Read More

Smita Kapse
3K+ Views
Use the .btn-sm class in Bootstrap to create a small button.You can try to run the following code to create button smaller than the default size −ExampleLive Demo Bootstrap Example ... Read More

Smita Kapse
575 Views
break statementThe break statement is used to exit a loop early, breaking out of the enclosing curly braces. The break statement exits out of a loop. Let’s see an example of break statement in JavaScript. The following example illustrates the use of a break statement with a while loop. Notice ... Read More

Smita Kapse
233 Views
The new keyword in JavaScript is the new operator. It creates an instance of a user-defined object type.SyntaxHere’s the syntax −new constructor[([arguments])]ExampleLet us see an example to learn about the usage of new operator − ... Read More

Smita Kapse
1K+ Views
To use the Glyphicons icon in Bootstrap, use the following code just about anywhere in your code. Leave a space between the icon and text for proper padding like −ExampleLive Demo Bootstrap Example ... Read More

Smita Kapse
142 Views
Breadcrumbs show hierarchy-based information. In site in blogs, breadcrumbs can show the dates of publishing, categories, or tags.A breadcrumb in Bootstrap is simply an unordered list with a class of .breadcrumb as in the following code −ExampleLive Demo Bootstrap Example Home Tutorials Java

Smita Kapse
502 Views
Use the .nav-stacked class in Bootstrap to vertically stack tabs,You can try to run the following code to implement the .nav-stacked class minus;ExampleLive Demo Bootstrap Example Database The following are the database technologies: DB2 MySQL SQL CouchDB

Smita Kapse
131 Views
Use the list-group-item-success class in Bootstrap to set success action for a list item in a list group.You can try to run the following code to implement the list-group-item-success class −ExampleLive Demo Bootstrap Example Java Interfaces Multi-threading Packages