Devesh Chauhan has Published 47 Articles

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

867 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

919 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

835 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

512 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

592 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

444 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

Div Layout vs. Table Layout in HTML

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:27:24

6K+ Views

In HTML, a layout defines the basic structure and appearance of a website. HTML layout is a blueprint that shows us how the HTML elements are arranged in a webpage. It provides you the functionality of creating webpages using simple HTML tags. DIV Layout Div layout is the most ... Read More

Use of the DFN element type in HTML

Devesh Chauhan

Devesh Chauhan

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

426 Views

We will discuss about element syntax, properties and different ways of using it in HTML. And at last, we will understand why is it suggested to use element in your HTML document. But before all this we must learn about HTML element. HTML element is a section ... Read More

Pos tagging and lammetization using spacy in python

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:22:33

1K+ Views

Python acts as an integral tool for understanding the concepts and application of machine learning and deep learning. It offers numerous libraries and modules that provides a magnificent platform for building useful techniques. In this article we will discuss about one such library known as “spaCy”. spaCy is an ... Read More

Ways to create a dictionary of lists in python

Devesh Chauhan

Devesh Chauhan

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

3K+ Views

A dictionary in python is a collection of data stored in the form of key value pair. We can assign different datatypes as the value for a key. It helps the coder to store data and categories genres and build databases accordingly. List on the other hand also stores ... Read More

Advertisements