
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 55 Articles

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

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

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

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

Devesh Chauhan
566 Views
HTML element is a section of an HTML document that tells the browser how to represent the information of that section. It contains necessary information like instructions, idea of the webpage and main content. HTML element mainly consists of three parts − Opening tag − An opening tag ... Read More

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

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

Devesh Chauhan
152 Views
Dictionary in python is a collection data type that stores information in the form of keys which have their corresponding values. It is unordered in nature and the stored data can be manipulated i.e.; it is changeable. We use dictionary to perform various operations, its application extends in the field ... Read More

Devesh Chauhan
1K+ Views
When we are dealing with speech-based operations or creating a letter analysis table, we need a series of ordered alphabets. We can use python programming to perform such operations. Python offers numerous libraries and methods to create an ordered sequence of alphabets. We can contain these alphabetic sequences with the ... Read More

Devesh Chauhan
440 Views
Certifications are very important in the career of an IT professional. They validate skills and knowledge that are required for success in the field of IT. Having a Microsoft certification will help you secure a job ate a high reputed organization, because most of the companies prefer to hire individuals ... Read More