
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
325 Views
The task we are going to perform in this article is execute a script before the document is printed in HTML. When a page is about to be printed, the HTML onbeforeprint attribute is used. And before the print dialogue box appears, the alert message is displayed. Together with the ... Read More

Yaswanth Varma
166 Views
In this article, we are going to execute a script when the user pastes content into an element in HTML. When a user pastes content into an element, the onpaste event is triggered. Although all HTML elements accept the onpaste event, you cannot actually paste information into a element, ... Read More

Yaswanth Varma
503 Views
The task we are going to perform in this article is set the number of columns to span in HTML. When utilizing the element, this is accomplished by using the colspan attribute. As a result, a single table cell can now span multiple columns or cells in width. Let’s ... Read More

Yaswanth Varma
4K+ Views
In this article we are going to learn about is it possible to have an HTML canvas element in the background of my page. You might try adding a CSS style with a position: fixed (or absolute, if applicable) to the canvas so that any material that comes after it ... Read More

Yaswanth Varma
3K+ Views
The task we are going to perform in this article is about HTML5 canvas drawings like lines are looking blurry. We observe blurry effects because different device’s pixel ratios are varied. The browser or device using to view the canvas frequently affects how blurry the image is. The gadget ... Read More

Yaswanth Varma
193 Views
In this article we are going to learn about how to specify if and how the authoe thinks the audio/video should be loaded when the page loads in HTML. By using the HTML Audio Preload Attribute, the author can describe how they want the audio to load when the page ... Read More

Yaswanth Varma
385 Views
In this article we are going to learn about how do we set an image to be shown while the video is downloading in HTML. The HTML poster attribute allows the user to display the image when the user clicks the play button or downloads a video. Otherwise, the first ... Read More

Yaswanth Varma
167 Views
The task we are going to perform in this article is about how to add a regular expression that an input elements value is checked against in HTML. The regular expression that will be used to check the value of the input element is specified by the HTML pattern ... Read More

Yaswanth Varma
195 Views
In this article we are going to learn about how do we set what value is the optimal value for the gauge in HTML. The optimal value is used to show the range of meters. The value must fall between the minimum and maximum of the range. It is used ... Read More

Yaswanth Varma
237 Views
The task we are going to perform in this article is how to specify that the details should be visible to the user in HTML. The user can open and close more details by using the tag, which specifies them. Create interactive widgets that the user can open and ... Read More