
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
Yaswanth Varma has Published 377 Articles

Yaswanth Varma
444 Views
The task we are going to perform in this article is about I need a client side browser database in HTML5 what are my options. Before diving into the article let’s have a look. HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client ... Read More

Yaswanth Varma
2K+ Views
A variable is represented by the var element. This could be a real variable in a programming or mathematical expression, an identifier for a constant, a function parameter, Depending on what you want to achieve, but it appears that your possibilities are − Use microdata, such as a product's ... Read More

Yaswanth Varma
394 Views
In this article, we are going to perform can the HTML5 canvas element be created from the canvas constructor. We can achieve the task by using element in HTML. Before we dive into the examples, let’s look into the definition and usage of element in HTML. The Canvas ... Read More

Yaswanth Varma
2K+ Views
This article will teach us that button HTML tags outside of a form are valid. Before we get started, let's talk a little about the HTML tag. HTML tag An HTML is made using the element. Between the opening and closing tags, any text will be ... Read More

Yaswanth Varma
1K+ Views
Every time a new version of HTML is released, additional features and support for various website elements are introduced. The most recent HTML version, HTML5, is utilised on all current web pages. While bringing new markups and APIs for complex web applications, HTML5 also supports the currently used markups. Why ... Read More

Yaswanth Varma
891 Views
This article will teach you how safari on ipad IOS6 does not scale HTML5 video To fill 100% of page widthOn a responsive HTML5 page, a video can be shown at full width (100%) by applying the following CSS. The video's native resolution is 480x270. On all desktop browsers, the ... Read More

Yaswanth Varma
317 Views
In this article we are running a script when the element is invalid in HTML.as we are familiar with the tag and element. HTML element To gather user input, an HTML form is utilised. Most frequently, a server processes the user input. ……. HTML ... Read More

Yaswanth Varma
5K+ Views
This article will teach you how do we set the visible number of lines in a textarea in HTML. The HTML element is useful for multi-line editing control and allows the user to enter a sizeable amount of free-form text. Syntax Following is the syntax to set the visible ... Read More

Yaswanth Varma
665 Views
Grabbing an object and moving it to a different position is made simpler with the drag and drop idea, which is very dynamic and user-friendly. This enables the user to click and drag an element to another position before letting go of the mouse button to drop it there. Drag ... Read More

Yaswanth Varma
579 Views
The Canvas 2D API's CanvasRenderingContext2D method fillText() draws a text string at the given coordinates while filling the characters with the current fillStyle. On the canvas, filled text is drawn using the fillText() method. The text is black by default. Syntax Following is the syntax to fill text in HTML5 ... Read More