Devesh Chauhan has Published 54 Articles

How to set cursor style that indicates any direction scroll using CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:50:32

317 Views

Before moving onto the topic, let us try to understand the importance of cursor as an UI element. We know that the very first thing a user interacts with in a website is mostly the cursor, this is why manipulating the cursor style and effects is the most important for ... Read More

How to set the table layout algorithm using CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:49:38

229 Views

In order to answer the question: “How to set the table layout algorithm using CSS”, we need to understand what is ‘layout’. A layout in HTML specifies the fundamental organization and visual style of a website. It gives you the ability to build websites with basic HTML tags. Table ... Read More

How hovering over a division element to gradually change the width in CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:48:04

486 Views

Whenever we want to gradually change the style of an element from one form of styling to some another style, whether it may be some interaction from user or through duration of stay on the site. You can use animations to change a lot of styles for any duration of ... Read More

Difference between -webkit-box-shadow & box-shadow in CSS

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:45:57

516 Views

As we already know that CSS provides us with a wide range of properties and pseudoclasses, which enables developers to add the desired styling to the element. One such property is box shadow property; it allows us to add a shadow like effect around the element. Box-shadow Property Box ... Read More

How to specify double border using CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:43:34

428 Views

We know that CSS is a rule based, style sheet language that is used for designing and customizing the web page. They are used to specify how an html element is going to be formatted and displayed on the screen. One of the most common forms of styling that we ... Read More

How to set default value to align content in CSS ?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:41:46

236 Views

CSS is a language for the web, which is majorly used for designing and presenting the web page. It provides us with a lot of properties that will help in the customization process. One such property is the “align content property”. Align content property is used to distribute space, ... Read More

Why do we have External CSS and JS files

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:38:26

221 Views

In this article we will learn about the CSS and JS files. We will explore about their functions and different ways of using them in HTML document. And after learning about all these things we will understand why we have external CSS and JS files.CSS CSS stands for Cascading ... Read More

Why we should not use tables for HTML Layout?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:34:05

228 Views

In this article we will discuss about Table layout and its functions. We will understand why table layout is the least used layout in HTML and why it is not much recommended layout while designing website. A layout in HTML specifies the fundamental organisation and visual style of a ... Read More

What is the use of the VAR element type in HTML?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:32:25

278 Views

In this article we will discuss about Var element in HTML. We will learn about its properties and its importance in HTML. And why we specifically use it in mathematical expression. But before we learn about VAR we must know about HTML element. HTML element is a section of an ... Read More

What are input elements in HTML5

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:31:18

196 Views

The Input element in HTML is used to create interactive controls for web-based forms for accepting data from the user. element has only opening tag and element will work only if we will add it between tags. Input element is considered as one of the most ... Read More

Advertisements