Shubham Vora has Published 962 Articles

How to place cursor position at end of text in text input field using JavaScript?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 11:23:40

8K+ Views

In HTML, the input field is used to take input from the users. Sometimes, we require to take string or long text messages in the input. In these scenarios, users may need to go to the end of the input field to add more content or message. So, we should ... Read More

What are the different utility classes in Materialize CSS?

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:47:19

171 Views

In this article, we will learn the different utility classes in Materialize CSS, but before proceeding, let's know what Materialize CSS is. Materialize CSS is a popular front-end development framework that offers various features and utilities to create responsive and appealing web applications. One of the essential components of Materialize ... Read More

Use of :even and :odd pseudo-classes with list items in CSS

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:44:49

4K+ Views

The CSS contains various pseudo-classes. The ‘:even’ and ‘:odd’ are among them. It is used to select the alternative child elements. Sometimes, developers require to design alternative elements using the different styles. In such cases, they can use specific CSS selectors to select the even and odd elements. In this ... Read More

Role of ViewPort in Visual Formatting Model

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:43:15

91 Views

It is crucial to know about viewport in the visual formatting model for any web developer to develop a responsive website. The viewport is an area that is visible in the browser window or mobile device screen. In this tutorial, we will learn about the role of viewport in visual ... Read More

Progressive Enhancement

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:41:04

136 Views

In today's web development landscape, creating a website that works well across different devices and platforms is essential. This is where Progressive Enhancement comes in. Progressive Enhancement is a web design philosophy that focuses on building a website or application with a basic, functional version that works on all devices ... Read More

Prime CSS Marketing Link Colors

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:39:26

95 Views

The primer CSS is a framework allowing users to add pre-defined styles to the HTML elements. We can use primer CSS to style the various HTML elements such as buttons, links, forms, etc. In this tutorial, we will learn to style the HTML links with various colors using the primer ... Read More

Prime CSS Marketing Buttons Animated Arrow Symbol

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:36:38

142 Views

Let’s start the tutorial by understanding what is marking buttons and when we should use them. For a moment, think that you are an owner of the company and building a software product, and also, you don’t have any users or customers. Is it worth of product? The answer is ... Read More

Pagination using Datatables

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:33:30

6K+ Views

We can use the pagination technique to show large amounts of data in smaller chunks. For example, online stores like Amazon and Flipkart list millions of products. So, if they don’t use the pagination technique to show data, users need to scroll through the end of the web page to ... Read More

OffsetWidth, clientWidth, scrollWidth and Height, respectively in CSS

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:31:39

5K+ Views

The first question that comes to mind after reading this tutorial's title is offsetWidth, clientWidth, and scrollWidth return the width of the HTML, but what is the difference between them? The difference between them is how much space they take on the web page. In this tutorial, we will learn ... Read More

Movie Web Application with ReactJS

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:29:50

606 Views

Nowadays, OTT platforms are becoming more popular, and people are buying subscriptions to various OTT platforms to watch movies, TV shows, or services. Maybe, you can also start any OTT application. In this tutorial, we will learn to create a movie web application using React JS. However, We will learn ... Read More

Advertisements