Riya Kumari has Published 73 Articles

How to create a Share Button with different Social Handles using HTML and CSS?

Riya Kumari

Riya Kumari

Updated on 19-Sep-2024 13:16:45

10K+ Views

To create share button with different social handles using HTML and CSS, we will be using basic CSS properties and HTML tags. In this article, we will be understanding stepwise process to create share button with different social handles. In this article, we are having six HTML buttons and our ... Read More

How to align checkbox and its label on cross-browsers using CSS?

Riya Kumari

Riya Kumari

Updated on 16-Sep-2024 16:30:28

12K+ Views

To align checkbox and its label on cross-browsers using CSS, we can use various CSS properties. Different browsers may have different styles and rendering methods while displaying checkboxes. In this article, we will be discussing three different approaches to align checkbox and its label on cross-browsers using CSS for consistent ... Read More

Explain Nesting and Grouping in CSS

Riya Kumari

Riya Kumari

Updated on 05-Sep-2024 12:08:49

2K+ Views

Nesting and Grouping in CSS helps developers to write short and precise codes that are easy to run. Lengthy codes are always disadvantageous for the developers as it becomes difficult to debug the codes and increases the loading time for the web pages, decreasing the readability of the websites. ... Read More

How to apply multiple transform property to an element using CSS?

Riya Kumari

Riya Kumari

Updated on 04-Sep-2024 16:55:22

5K+ Views

To apply multiple transform property to an element using CSS, we will be using two different methods which uses transformation property. In first approach we will be using two function of transform property whereas in second method we will be using nested class to apply different transformations. In this article, ... Read More

How to align flexbox columns left and right using CSS?

Riya Kumari

Riya Kumari

Updated on 23-Jul-2024 16:17:47

21K+ Views

To align flexbox columns left and right using CSS, we can use various flexbox properties. In this article, we will learn and understand three different approaches to exaplain how to align flexbox columns left and right using CSS. We have created two flexible columns using div and flexbox, our task ... Read More

C++ code to count local extrema of given array

Riya Kumari

Riya Kumari

Updated on 05-Jan-2024 16:17:29

926 Views

Extrema are such numbers which are either minima or maxima. In other words, it is a number or element which is either greater than or less than both of its adjacent values. Suppose we have an array A with n elements. An element of this array A[i] is called a ... Read More

Number of palindromic subsequences of length k where k <= 3

Riya Kumari

Riya Kumari

Updated on 05-Jan-2024 16:11:39

423 Views

Palindromes are series of letters, numbers or characters which have same starting and ending point. Also, they are same when read from left to right and right to left. A subsequence of a string is a new string which is made by removing some of the characters from the original ... Read More

Number of palindromic paths in a matrix

Riya Kumari

Riya Kumari

Updated on 05-Jan-2024 16:10:04

478 Views

Palindromic pathways are very useful in solving various problems involving patterns and sequences. It can be used in finding correct path in a maze without reversing, palindromes in a sequence of letters, etc., It can also be used to identify symmetric patterns and structures. In this article, we will discuss ... Read More

Number of palindromic permutations

Riya Kumari

Riya Kumari

Updated on 05-Jan-2024 16:08:18

552 Views

Permutations are possible in strings as well as numbers. A string can have permutations equal to the factorial of its number of characters. These permutations can be palindromic under certain circumstances. In this article, we will discuss about how palindromic permutations occur in a string. We will also find the ... Read More

Number of ordered pairs such that Ai & Aj = 0

Riya Kumari

Riya Kumari

Updated on 05-Jan-2024 16:04:48

474 Views

Suppose you are given an array and you have to find the total count of ordered pairs formed such that Ai & Aj = 0. You are given an array A[A1, A2, A3, …An]. You have to find ordered pairs of Ai and Aj such that their bitwise AND operation ... Read More

1 2 3 4 5 ... 8 Next
Advertisements