Devesh Chauhan has Published 47 Articles

Types of graphics are supported by HTML5?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 15:59:43

1K+ Views

Graphics are the visual representations that are used to represent any idea or imagination in order to enhance the overall experience of the website for the user. Graphics helps in conveying a complex message to the user in a simple and understandable way. Some ways of representing message in graphics ... Read More

How to position absolute rendering the button in a new line?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 15:00:18

1K+ Views

If you wish to control how an element is to be positioned in a web page, we have to make use of the position CSS property. The properties that define the position of an element in document are essential, its top, left, bottom, and right properties and position is a ... Read More

How to display text Right-to-Left Using CSS?

Devesh Chauhan

Devesh Chauhan

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

2K+ Views

CSS (Cascading Style Sheets) is a style sheet language that is mainly used to style and describe the elements of HTML documents. One of the main features of this programming language is the separation of elements and presentation such as layers, colors, etc. CSS is used to style all ... Read More

How to set logo inside loader using CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:58:00

3K+ Views

To start with this question, we first need to create a ‘loader’. Any animation that informs a user or visitor that a page is now loading and will take a few seconds to finish loading is referred to as a loader. The majority of the time, loaders come in handy ... Read More

How flexible items can be of the same length regardless of its content in CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:56:52

397 Views

Let us try to understand the flex property. Flex is a shorthand property that sets the condition for length of flex element, whether it will be allowed to adjust itself based on the amount of content it has or the viewport width. Flex Properties The constituent properties of flex ... Read More

How to use font-optical-sizing property in CSS?

Devesh Chauhan

Devesh Chauhan

Updated on 27-Feb-2023 14:55:47

456 Views

Before moving onto learning the way of using font-optical-sizing property, we will first be looking at the font-property in CSS and why is there a need for font-optical-sizing as a separate property. The styling of the text on the web page is controlled by the font property in CSS ... Read More

How to use CSS to separate content and design?

Devesh Chauhan

Devesh Chauhan

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

1K+ Views

A good website is always made up of a perfectly structured HTML document paired with a beautifully created design that grabs the user’s attention. This kind of website is what enhances the overall interactivity of the site making it more engaging. When applying styles to our webpages, we employ ... Read More

How to change background-color on a specific wider viewport in CSS ?

Devesh Chauhan

Devesh Chauhan

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

1K+ Views

The method through which we can determine the device being used for surfing is by using what we call, “viewport” widths. In computer graphics, a viewport usually indicates the polygonal (often rectangular) area that is now being viewed by user. When we talk about viewports in a web browser, ... Read More

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

Devesh Chauhan

Devesh Chauhan

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

541 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

393 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

Advertisements