Yaswanth Varma has Published 307 Articles

HTML5 Application Cache VS Browser Cache

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 15:38:56

474 Views

Despite being familiar with the phrase cache, you may not fully understand what it means in the context of the Web. Caching, as used in everyday speech, is the act of storing something in the event that it subsequently proves beneficial. Bulk or main storage can't keep up with client ... Read More

Design a Vertical and Horizontal menu using Pure CSS

Yaswanth Varma

Yaswanth Varma

Updated on 09-Oct-2023 11:00:27

542 Views

The menu is a crucial component of any website. It helps visitors find your quality material and directs them to the key portions of your website. Of course, CSS is the best language for creating stunning navigation menus. It is incredibly adaptable and can be used for any kind of ... Read More

Difference between <datalist> and <select> tags in HTML

Yaswanth Varma

Yaswanth Varma

Updated on 27-Sep-2023 13:42:46

1K+ Views

Both the and tags are typically used when selecting an item from a list. However, the key distinction between the two is that the tag allows the user to add their own input as an option with the use of the element, but the tag ... Read More

Display div element on hovering over <a> tag using CSS

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 15:17:16

576 Views

CSS can be used to make HTML hidden components visible when hovered over. This article will teach you how to reveal the hidden elements. Utilizing an adjacent sibling selector, we can use CSS to display any HTML element when the user hovers above the tag. When selecting an element ... Read More

Container and Empty Tags in HTML

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 15:10:32

3K+ Views

HTML employs predefined tags to instruct the browser on how to display the content. Tags are nothing more than a few instructions that are encased in angle brackets (i.e., ). Although tags are utilized across a website, many visitors are frequently unclear as to whether a given tag is a ... Read More

How to add a Range Slider using HTML?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:59:33

656 Views

With the use of sliders, users can browse and choose a value (or range) from a bar's range. They are perfect for changing settings like brightness and volume or for using image filters. Sliders can employ icons to depict a numerical or relative scale at either end of the bar. ... Read More

How set the shadow color of div using CSS?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:52:39

284 Views

The task we are going to perform in this article is to set the shadow color of a using CSS. Like every object we can observe has a shadow, we can also make any color a shadow for the element by using CSS. You have probably seen several ... Read More

Apply Glowing Effect to the Image using HTML and CSS

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:37:30

1K+ Views

You have probably seen several special effects while browsing the majority of websites, which may be viewed while your cursor is over various images. We are going to process same in this article. Such images could serve as a cards for our website. The task we are going to perform ... Read More

How create table without using <table> tag?

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 14:06:17

2K+ Views

A website's data representation is an essential component. If you have or manage a lot of data but don't know how to properly portray it, the users will not be able to understand it and it won't be of any use. Tabular representation is frequently a crucial kind of data ... Read More

Explain different markup languages other than HTML

Yaswanth Varma

Yaswanth Varma

Updated on 26-Sep-2023 12:55:13

600 Views

Markup languages are computer languages that are used to structure, format, or describe relationships between various portions of text documents with the aid of symbols or tags introduced in the document. Compared to traditional programming languages with strict syntax, these languages are easier to read. There are several markup languages ... Read More

Advertisements