Posts by Saurabh Singh

Author Biographical Info: Not available

How to get a Snowfall Effect in background using CSS

By Saurabh Singh

In this tutorial, I will show you how easily you can get the effect of snowfall in the background of your HTML page. I’m styling it inside a head tag in a style tag. In the body.... Read More

How to find Maximum Pairwise Product in Java using Naive approach

By Saurabh Singh

In this Java tutorial, we will learn how to find the maximum pairwise product using Java. Maximum Pairwise Product in easy words you can say that it is the product of those two num.... Read More

Frequency of Repeated words in a string in Java

By Saurabh Singh

In this Java tutorial, we are going to find the frequency of the repeated words in Java. In order to do this, we have taken a sentence and split it into strings and compare each st.... Read More

How to greet people differently by using JavaScript

By Saurabh Singh

Hello friends, In this JavaScript tutorial, I will show you how to greet people differently according to the first letter of their name. I hope this is going to be very much useful.... Read More

How to provide Favicon to a Webpage

By Saurabh Singh

In this tutorial, I will show you how easily you can add Favicon to a webpage using HTML. As we know how much matter a logo to a company, It acts as a face. That’s why this p.... Read More

How to make a Heart using only CSS

By Saurabh Singh

In this tutorial, I will show you how easily you can make a heart using CSS. I’m styling it inside a head tag in a style tag. In body, I’m taking a div class name as he.... Read More

Related Posts