What is more command in Linux and how to use

Today, We will learn the basic understanding of the “more” command in Linux. We will also see the usages of the “more” command and their example. Read: pipe (|) operator in Linux command What is the “more” command in Linux? Sometimes, while working on the command line, We will see outputs produced by commands in … Read more

How to create bootstrap buttons

Today, We will learn how to create bootstrap buttons. We will use Bootstrap custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more. Read more: How to create Bootstrap Jumbotron and where to use When using button classes on <a> elements that are used … Read more

How to Add or remove the Default Gateway in Linux

Today, We will learn how to add or remove the default gateway in Linux. Read: ifconfig Sometimes you may need to change the default route of your system. This is especially true if you have multiple network adapters or routers on the network. How to check the default route or gateway in Linux? We can … Read more

What is Bootstrap Container and How to use in HTML

Today, We will learn what is a bootstrap container and will also see the example to understand the use of HTML. Read: How to create Bootstrap Jumbotron and where to use Creating Containers with Bootstrap Containers are the most basic layout element in Bootstrap and are required when using the grid system. Containers are basically … Read more

How to create Bootstrap Jumbotron and where to use

Today, We will learn how to create bootstrap Jumbotron and use of Bootstrap Jumbotron. Read: How to write code Bootstrap Image A jumbotron indicates a big grey box for calling extra attention to some special content or information. Any text that seems to be important can be written inside a jumbotron to make it appear … Read more

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