Yaswanth Varma has Published 279 Articles

How to redirect from an HTML page?

Yaswanth Varma

Yaswanth Varma

Updated on 10-Sep-2023 08:00:03

29K+ Views

Page redirection is a situation where you clicked a URL to reach a page X but internally you were directed to another page Y. It happens due to page redirection. Website designers rely on redirection when there is a need to change the layout of a particular website or the ... Read More

Different ways to hide elements using CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Sep-2023 17:20:47

95 Views

There are instances when you simply don't want every element of your website to be exposed. In other words, you don't want every template element of a page, post, header, or footer displayed every time it appears. And while it might appear that you need to update the template or ... Read More

Advantages and Disadvantages of HTML

Yaswanth Varma

Yaswanth Varma

Updated on 08-Sep-2023 16:09:13

616 Views

The language used to create web pages is known as HTML (Hypertext Markup Language). It is a markup language rather than a real programming language. Hypertext is text that contains an embedded link to another web page or website. HTML is mostly used to lay the groundwork for and structure ... Read More

Create a 3D Text Effect using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 08-Sep-2023 16:00:02

1K+ Views

In the field of web design, the 3D text effect is one of the most popular text effects. One should be able to build a 3D text effect as a designer or front-end developer. Today, we'll examine one of the simplest and most straightforward techniques for rendering text in 3d ... Read More

Design a table using table tag and its attributes

Yaswanth Varma

Yaswanth Varma

Updated on 08-Sep-2023 15:33:13

84 Views

The task we are going to perform in this article is to design a table using tag and its attributes. For creating the structure of the table we use the and later we use attributes to design the table. Let's dive into the article for getting more idea ... Read More

How to add a telephone number into a form using HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 08-Sep-2023 15:17:40

426 Views

The task we are going to perform in this article is to add a telephone number into a form using HTML5. We are aware of the numerous benefits of using phone numbers. In case you need to collect a user's personal information, a telephone number is crucial. Additionally, a user ... Read More

Remove property for all objects in array in JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 19-Jul-2023 15:12:53

550 Views

The task we are going to perform in this articles is to “Remove property for all objects in array in JavaScript”. A collection of key-value pairs constitutes an object in JavaScript. A key-value pair among them is referred to as an object property. Any data type, including Number, String, Array, ... Read More

How to get substring between two similar characters in JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 21-Apr-2023 17:32:09

2K+ Views

Before we are going to learn about how to get substring between two similar characters in JavaScript. Let’s have a quick view on the characters in JavaScript. In a string, the charAt() method returns the character that is located at the given index (position). First character's index is 0, second ... Read More

Sorting an array that contains undefined in JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 21-Apr-2023 17:30:37

2K+ Views

In JavaScript Arrays are used to hold several values in a single variable. When opposed to a variable, which can hold only one value, this Each element of an array has a number associated with it called a numeric index that enables access to it. Arrays in JavaScript begin at ... Read More

How do you display JavaScript datetime in 12hour AM/PM format?

Yaswanth Varma

Yaswanth Varma

Updated on 21-Apr-2023 17:28:47

2K+ Views

The most practical way to display datetime for efficient time analysis is in a 12 hour am/pm format. Additionally, this method clarifies the distinction between morning and evening. As an illustration, "am/pm" both specify a certain time period and make it simple to understand the time, which is not the ... Read More

Advertisements