Amit Diwan has Published 103 Articles

Set Flex Items into equal width columns with Bootstrap

Amit Diwan

Amit Diwan

Updated on 15-Jun-2020 12:51:42

4K+ Views

To set flex items to be of equal width column, use the flex-fill class. The class displays the items as equal width. In the below example screenshot, you can see that we have four flex items with equal width columns −The flex-fill class is used for every flex items and ... Read More

History of Data Models and Databases

Amit Diwan

Amit Diwan

Updated on 15-Jun-2020 12:46:54

3K+ Views

The history of data models had three generations of DBMS −Hierarchical System was the first generation of DBMS. The first generation also came with the CODASYL system. Both of them introduced in 1960s.The second generation includes the Relational Model. Dr. E.F.Codd introduced it in 1970.The third generation includes Object-Relational DBMS ... Read More

How to include CDN Based Version of jQuery in my HTML file?

Amit Diwan

Amit Diwan

Updated on 12-Jun-2020 07:15:34

438 Views

Easily include jQuery library into your HTML code directly from Content Delivery Network (CDN). Google and Microsoft provide content delivery for the latest version.You can try to run the following code to learn how to use Google CDN for jQuery:ExampleLive Demo           jQuery CDN     ... Read More

Advertisements