Yaswanth Varma has Published 377 Articles

How to display value of textbox in JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 25-Nov-2024 12:24:26

19K+ Views

To display value of textbox in JavaScript, it is used for checking real-time validity of user's input such as email format, password strength and many more. We will be understanding two different approaches in this article to display value of textbox in JavaScript. In this article, we are having a ... Read More

How to Get Value of Selected Radio Button Using JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 22-Nov-2024 11:06:00

9K+ Views

To get value of selected radio button using JavaScript is useful to a user in various ways such as collecting surveys data, in quiz or dynamic UI updates like changing to dark or light theme. We will be discussing two approaches to get the selected radio button value. In this ... Read More

How To Password Protect A Page Using Only HTML, CSS And JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 24-Oct-2024 17:29:01

25K+ Views

To password protect a page using only HTML, CSS and JavaScript, is an important security measure for webpages that contain sensitive information or require authentication for access. In this article, we will understand how to create a simple form that requires users to enter a password before they can view ... Read More

Design a calendar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 23-Oct-2024 15:07:27

4K+ Views

To design a calendar using HTML and CSS, we will be using HTML tables. We use calendar in our daily life to check the dates, schedule any event and many more. In this article, we will understand how we can design a calendar using HTML and CSS only. We will ... Read More

How to open link in a new window using JavaScript?

Yaswanth Varma

Yaswanth Varma

Updated on 25-Sep-2024 15:30:18

9K+ Views

If you want users to click on links and open those links in a new window becouse you want your user to stay on your site while they view the linked content. Then you need to use this solution. By using JavaScript you can easily configure all of your ... Read More

Create a Search Bar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 17-Sep-2024 14:34:05

2K+ Views

To create a search bar using HTML and CSS, we can use simple form elements and basic CSS properties. Search box is most commonly used component in a website which makes navigation easier. In this article, we will be understanding how we can create a search bar with search button ... Read More

How to add a Login Form to an Image using HTML and CSS?

Yaswanth Varma

Yaswanth Varma

Updated on 02-Jul-2024 17:51:28

1K+ Views

The login form on an image can be found on many websites. An organization that organizes a special event might have a website with a picture of the event and a login form, or a restaurant might have a website with pictures of the restaurant. In such case we ... Read More

How To Create A Text Inside A Box Using HTML And CSS

Yaswanth Varma

Yaswanth Varma

Updated on 02-Jul-2024 16:47:09

25K+ Views

To create a text inside a box using HTML and CSS, we will be understanding most commonly used approaches in this article. We are having a element, inside that element we will have element. We need to to place some charecter of the p element inside a box, ... Read More

JavaScript regex - How to replace special characters?

Yaswanth Varma

Yaswanth Varma

Updated on 21-Jun-2024 15:04:35

12K+ Views

Characters that are neither alphabetical nor numeric are known as special characters. Special characters are essentially all unreadable characters, including punctuation, accent, and symbol marks. Remove any special characters from the string to make it easier to read and understand. Before we jump into the article let’s have a quick ... Read More

JavaScript - Get href value

Yaswanth Varma

Yaswanth Varma

Updated on 21-Jun-2024 14:31:30

13K+ Views

JavaScript Get href Value is a useful tool for web developers and designers who need to quickly access the value of an HTML element's href attribute. This article will provide step-by-step instructions on how to use JavaScript to get the value of an href attribute on a webpage, as ... Read More

Advertisements