- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Devesh Chauhan has Published 54 Articles

Devesh Chauhan
148 Views
Factors such as data analysis and growth rate monitoring are very important when it comes to plotting stock charts. For any business to flourish and expand, the right strategy is needed. These strategies are built on the back of a deep fundamental research. Python programming helps us to create and ... Read More

Devesh Chauhan
365 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

Devesh Chauhan
815 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

Devesh Chauhan
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

Devesh Chauhan
2K+ 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

Devesh Chauhan
175 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

Devesh Chauhan
170 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

Devesh Chauhan
545 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

Devesh Chauhan
133 Views
Cascading Style Sheets, or CSS in short, is used when we need to apply styles to our websites. The use of CSS makes it easier for us to make a website presentable. It separates the structure, which is made up of HTML document, from the presentation, which implies the part ... Read More

Devesh Chauhan
757 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