Yaswanth Varma has Published 271 Articles

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

736 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

16K+ 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

9K+ 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

7K+ 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

Differentiate between <th> & <thead> tags in HTML Table

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 14:41:58

399 Views

Before we learn about the difference, it is important to understand that both the and tags are utilized to provide headers in HTML tables. In HTML, the tag is used to provide a header in a table cell, whereas the tag is used to provide a ... Read More

Creating a Navigation Bar with three Different Alignments using CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 14:33:15

191 Views

In HTML, a navigation bar is a group of buttons and images arranged either in a row or a column and used as a control site for linking particular webpages. It is regarded as one of the fundamental tools used in web design. Without affecting the content of the pages, ... Read More

Creating A Range Slider In HTML using JavaScript

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 14:30:53

549 Views

On web pages, range sliders are used to let users specify a numeric number that must fall between a specified value and not more than that value. In other words, it enables selection of a value from a range that is shown as a slider. Instead of a text entry ... Read More

Create a Circular Progress Bar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 13:47:10

870 Views

A progress bar displays the status of a procedure within an application. A progress bar shows how much of the process has already been completed and how much is still left to do. The various components of the progress bar will be designed using HTML, and the progress bar itself ... Read More

Create a Search Bar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 13:45:31

869 Views

The search box is now the most crucial part of the website or application. You must have used it to look for information on YouTube, Google, Facebook, and other websites. Even if the search box is the most crucial part of a website or application, it can still be readily ... Read More

Create a Sticky Social Media Bar using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 22-Jan-2024 13:41:17

301 Views

Utilizing social media helps your internet business attract more clients. Any website can benefit greatly from social media buttons, which enable users to receive updates directly from the website. Additionally, a sticky social bar helps to boost visitors to your website and grows your social media following. In this article ... Read More

1 2 3 4 5 ... 28 Next
Advertisements