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 1090 Articles
Chandu yadav
4K+ Views
In definition list, each list item can consist of both the and the elements. stands for definition term, and like a dictionary, this is the term (or phrase) that is being defined. Subsequently, the is the definition of the . You can make terms and descriptions ... Read More
Chandu yadav
2K+ Views
The lead class in Bootstrap is used to add emphasis to a paragraph.You can try to run the following code to implement the lead class in Bootstrap −Example Live Demo Bootstrap lead class ... Read More
Chandu yadav
603 Views
Bootstrap styles elements with a light dotted border along the bottom and reveal the full text on hover.The HTML element provides markup for abbreviations or acronyms, such as NASA, HTTPS, ICC, etc.You can try to run the following to understand how Bootstrap styles the element −Example Live Demo ... Read More
Chandu yadav
189 Views
Grid structure content and helps in designing it perfectly. Grid systems are used for creating page layouts through a series of rows and columns that house your content.Here's how the Bootstrap grid system works −Rows must be placed within a .container class for proper alignment and padding.Use rows to create ... Read More
Chandu yadav
1K+ Views
Write the columns in an order, and show them in another one. You can easily change the order of built-in grid columns with .col-md-push-* and .col-md-pull-*modifier classes where * range from 1 to 11.Example Live Demo Bootstrap Example ... Read More
Chandu yadav
470 Views
The following is an example showing the usage of Grid for multiple devices −Example Live Demo Bootstrap Example Hello, world! ... Read More
Chandu yadav
146 Views
Bootstrap Grid System provides the following strategy for structuring content on a web page −ContentDetermine what is most important. LayoutDesign to smaller widths first.Base CSS address mobile device first; media queries address for tablet, desktops.Progressive EnhancementAdd elements as screen size increases.
Chandu yadav
180 Views
To implement animation on perspective-origin property with CSS, you can try to run the following code −ExampleLive Demo #demo1 { position: relative; margin: auto; ... Read More