How to write code Bootstrap Image

Today, We will learn how to write code for Bootstrap Images. Read also: What are Bootstrap Colors and How to Code While creating a bootstrap page, We usually include images to the page. Here we will see how the images can be formatted in bootstrap. This could be a rounded corner image, circle-shaped image, thumbnail … Read more

What are Bootstrap Tables and How to create

Today, We will learn about Bootstrap Table and how to create Bootstrap Tables. Read: What are Bootstrap Colors and How to Code Bootstrap 4 Basic Table A basic Bootstrap 4 table has light padding and horizontal dividers. The class .table adds basic styling to a table: Bootstrap Tables Striped Rows The class .table-striped adds zebra-stripes to a table: Bootstrap … Read more

How to create Expense Management System PHP and MySQL

Today, We will learn how to create an expense management system in PHP and MySQL. Read: How to Live Search using PHP MySQL and Ajax Expense management systems are web-based applications to manage their income and expenses. The users are allowed to log in system and manage their income and expenses and view the report … Read more

How to Create Event Calendar with jQuery, PHP, and MySQL

Today, We will learn How to Create an Event Calendar with jQuery, PHP, and MySQL. Read: How To Create Multi-Step Form Progress Bar JQuery, Bootstrap, And PHP Event Calendar is an important feature of web applications to allow users to add and view events in a Calendar. Here, you will learn how to create an … Read more

How To Create Multi-Step Form Progress Bar JQuery, Bootstrap, And PHP

Today, We will learn how to create a multi-step form with progress bar using Jquery, Bootstrap, and PHP. So let’s start writing code. Read: What are Bootstrap Containers and how to code Forms with too many input fields are so boring and annoying to users, So we will not use more input fields. We will … Read more

What are Bootstrap Colors and How to Code

Today, We will know about Bootstrap colors and How to code Bootstrap colors in Code. Read: What is Bootstrap Text or Typography and How to Bootstrap Text Colors Bootstrap 4 has some contextual classes that can be used to provide “meaning through colors”. The classes for text colors are: .text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger, .text-secondary, .text-white, .text-dark, .text-body (default body-color/often black) and .text-light: Contextual text classes … Read more

How to Live Search using PHP MySQL and Ajax

Today, We will learn the program to live search using PHP MySQL and Ajax. You can also download the source code of Live Search written in PHP MySQL and Ajax. Ajax Live Database Search You can create a simple live database search functionality utilizing Ajax and PHP, where the search results will be displayed as … Read more

What is Bootstrap Text or Typography and How to

Today, We will learn about Bootstrap Text or Typography and How to write Bootstrap Code. Read: What are Bootstrap Containers and how to code Bootstrap 4 Default Settings Bootstrap 4 uses a default font-size of 16px, and its line-height is 1.5. The default font-family is “Helvetica Neue”, Helvetica, Arial, sans-serif. In addition, all <p> elements have margin-top: 0 and margin-bottom: 1rem (16px by default). <h1> – <h6> … Read more

What are Bootstrap Containers and how to code

Today, We will learn Bootstrap Containers and how to code Bootstrap containers with example. Read: What is Bootstrap Grids and How to Code Bootstrap Containers Containers are used to pad the content inside of them, and there are two container classes available: The .container class provides a responsive fixed width container The .container-fluid class provides a full width container, spanning the … Read more