Posts by Saurabh Singh

Author Biographical Info: Not available

Find the Closest distance between a pair of point among given n points in Java

By Saurabh Singh

In this Java tutorial, we are going to learn how to find the smallest distance between a pair of points in presence of many other points. Problem statement: Find the closest distan.... Read More

How to implement an algorithm for the Fractional Knapsack Problem

By Saurabh Singh

In this Java tutorial, we are going to implement an algorithm for the fractional knapsack problem. Knapsack Problem Description A thief finds a very big loot than his bag size. We .... Read More

Properties of ‘marquee’ tag and its different Attributes

By Saurabh Singh

In this HTML tutorial, today we will learn about a single tag, named as the marquee. The marquee tag comes in a pair. In other words, it has an opening as well as the closing tag.... Read More

Add image to a HTML page in short using HTML or CSS

By Saurabh Singh

In this post, I will tell you the two methods, how you can add an image to your HTML page. Because without an image HTML page is very simple, basically we use the image to decorate.... Read More

How to Create a Login Page – HTML CSS

By Saurabh Singh

In this tutorial, We are going to learn how to create a Login page. The most common use of a login page is if you want to customize or tailor information to a particular person o.... Read More

How to create a Submit Button in the Form with the Hover Effect

By Saurabh Singh

In this tutorial, we will learn how to create a Submit button inside a form. Buttons are mostly used for something posting, submitting or uploading. We can use this code to apply i.... Read More

How to get a Button in your HTML page, different styles and classes

By Saurabh Singh

In this tutorial, We are going to discuss buttons, how to get buttons into your HTML page and one of the important things its classes. If you are working in Bootstrap you must know.... Read More

List group in Dropdown Menu in Mobile Size or otherwise it appears on Navbar

By Saurabh Singh

In this tutorial, I will show you how easily you can get the navbar and dropdown button on your HTML page. I’m styling it inside a head tag in a style tag. This styling is known .... Read More

Related Posts