
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
Chandu yadav has Published 1091 Articles

Chandu yadav
771 Views
To create extra small buttons, use the .btn-xs class.You can try to run the following code to implement btn-xs class in Bootstrap −ExampleLive Demo Bootstrap Example The following are extra small buttons: Extra small Primary button Extra small button

Chandu yadav
743 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 −ExampleLive Demo Bootstrap Table Footballer Rank Footballer Rank Country Messi 1 Argentina Neymar 2 Brazil Ronaldo 3 Portugal

Chandu yadav
2K+ Views
Wrapping any .table in .table-responsive class, you will make the table scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.To make a responsive table, you can try to run the following code −ExampleLive Demo ... Read More

Chandu yadav
466 Views
To apply hover color to a particular table row or cell with Bootstrap, use the .active class. You can try to run the following code to implement the .active class −ExampleLive Demo Bootstrap Table Subject Marks Type C++ 70 Programming Language PHP 92 Scripting Language jQuery 80 JavaScript Library