Yaswanth Varma has Published 279 Articles

Commonly used Video formats while using HTML5 video

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 16:47:36

282 Views

The HTML element embeds a media player which supports video playback into the document. You can use for audio content as well, but the element may provide a more appropriate user experience. HTML5 tag is a fantastic addition. Instead of relying on a plugin like Flash, ... Read More

input type week really exist in HTML5?

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 16:46:25

178 Views

The tag designates a field for user-enterable data. The most significant form element is the element. Depending on the type attribute, the element can be presented in a number of different ways. The input element denotes a field for a week input because it has the value ... Read More

Properties to create text using HTML5 Canvas

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 16:22:23

141 Views

The HTML5 canvas element enables dynamic, scriptable display of bitmap images and 2D forms. A bitmap is updated using a low level procedural model. 2D game development is also aided by HTML5 Canvas. The HTML element is used to draw graphics on a web page. Let’s dive into the ... Read More

Radial Gradient HTML5 Tag

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 15:51:40

39 Views

The progressive change from one hue to another is known as a gradient. It lets designers practically invent a new hue. By giving a design a new level and reality, gradients help objects stand out. We can find three types of gradients in HTML, but the given task we are ... Read More

Usage of autofocus HTML5 attribute

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 15:47:23

116 Views

We received a greatness from HTML5. Basic HTML can now be used to carry out tasks that JavaScript and Flash previously handled, such as basic form validation, INPUT placeholders, and audio/video. The autofocus attribute in HTML allows us to automatically focus on components when the page loads, which is another ... Read More

Difference between datetime and datetime-local in HTML5

Yaswanth Varma

Yaswanth Varma

Updated on 11-Oct-2023 15:43:21

2K+ Views

The datetime-local input is different from the other one in that it excludes the time zone. Use datetime-local if your application doesn't care about the time zone. The datetime input type is still catching up with some browsers. Let’s look into further for getting better understanding between datetime and datetime-local ... Read More

HTML5 Application Cache VS Browser Cache

Yaswanth Varma

Yaswanth Varma

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

117 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

148 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

523 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

241 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

Previous 1 ... 6 7 8 9 10 ... 28 Next
Advertisements