
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
214 Views
In this article we are going to learn about how to execute a script when an error occurs in HTML. If an error happens while loading an external file, the onerror event is started (e.g. a document or an image). Let’s look into the following examples to understand more about ... Read More

Yaswanth Varma
368 Views
In this article we are going to perform how do we add the width in characters for input in HTML. The size attribute is used to specify the visible width of an element in terms of characters. The input fields accepts text, search, tel, URL, email, and password. ... Read More

Yaswanth Varma
576 Views
The task we are going to perform in this article is about how do we add a noscript section in HTML. For browsers that do not support script tags or that have been configured by the user to deactivate script, HTML uses the tag to show the text. Both ... Read More

Yaswanth Varma
862 Views
In this article we are going to learn about how do we add a comment in HTML code. Let’s dive into the article for getting better understanding on adding comment in HTML code. To add comments to HTML code, use the comment tag (!— Comment—>). It is a good coding ... Read More

Yaswanth Varma
291 Views
In this article we are going to learn about how do we include an acronym in HTML. Let’s jump into the article one by one to get more idea. In HTML, the acronym is defined using the tag. An additional word is spelled out using the tag. It ... Read More

Yaswanth Varma
473 Views
In this article we are going to perform the task of how do we include an anchor in HTML. Let’s dive into the article to know mpore about anchor in HTML. The anchor element is used to link a source anchor to a destination anchor. The destination is the resource ... Read More

Yaswanth Varma
2K+ Views
The task we are going to perform in this article is how to crete table footer in HTML. As we are familiar with table in HTML, let’s have quick look on it. A table in HTML makes a lot of sense when you want to organize data that would look ... Read More

Yaswanth Varma
3K+ Views
The task we are going to perform in this article is how do we display a text area in HTML. Let’s dive into the article for getting a clear idea on how we display text area. An HTML textarea tag defines a multi-line plain-text editing control. The text appears in ... Read More

Yaswanth Varma
634 Views
In this article we are going to learn about how do we display a table cell in HTML. Before jumping into the article let’s have a look on the HTML table A table in HTML makes a lot of sense when you want to organize data that would look best ... Read More

Yaswanth Varma
457 Views
In this article we are going to learn is how can I invoke encode URI component from angularjs template in HTML. Each time a certain character appears in a URI, the encodeURIComponent() function replaces it with one, two, three, or four escape sequences that represent the character's UTF-8 encoding (will ... Read More