Aayush Mohan Sinha has Published 109 Articles

How to add description list of an element using HTML?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 30-Mar-2023 10:44:22

171 Views

HTML, which stands for HyperText Markup Language, is a combination of Hypertext and Markup language which we can use to structure a web page and its content. In this article we are going to take a look at how we can add a description list of an element using HTML. ... Read More

How to add controls to an audio in HTML5?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 30-Mar-2023 10:40:06

319 Views

HTML5 is a combination of technologies that the user can use for creating more robust and diverse websites and web apps that support multimedia, and communicate with software interfaces, among other things. In this article, we are going to see how we can add controls to audio in HTML5. Syntax ... Read More

How to add color picker in a form using HTML?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 30-Mar-2023 10:33:57

173 Views

HTML, which stands for HyperText Markup Language, is a combination of Hypertext and Markup language which we can use to structure a web page and its content. This article will show how we can add a color picker using HTML. Syntax For Output Code pre class The tag ... Read More

How to add an image as the list-item marker in a list using CSS?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 30-Mar-2023 10:32:02

632 Views

CSS, the acronym for cascading style sheets, is a straightforwardly built language that makes it easier to present web pages. Applying styles to web pages is possible with CSS.  In this article we are going to see how we can use CSS to add an image as the list-item marker ... Read More

How to change the height of br tag?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 28-Mar-2023 16:18:21

6K+ Views

The tag is a commonly used HTML element for adding line breaks in web content. Nevertheless, on occasion, the pre-existing altitude of a line discontinuity could be deemed inadequate, hence necessitating the augmentation of the gap between successive lines of written material. In this discourse, we shall explore various ... Read More

How to change opacity while scrolling the page?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 28-Mar-2023 16:16:26

4K+ Views

In this article, we will delve into the intricacies of modifying the degree of transparency of an HTML element based on the user's scrolling activity. This technique can introduce an added layer of dynamism to your website, and can be accomplished effortlessly with a minimal amount of JavaScript or jQuery ... Read More

How to change Font Size Depending on Width of Container?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 28-Mar-2023 16:03:14

6K+ Views

Crafting a website that provides an optimal viewing experience across different devices can be a daunting and daring task. With a multitude of screen sizes and resolutions to take into notice, ensuring that your website is easily graspable and still be visually appealing on every device can be an uphill ... Read More

How to Add Edit and Delete Table Row in jQuery?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 28-Mar-2023 15:54:44

2K+ Views

In this modern age of web development, effective and efficient management of tables has become important, peculiarly when dealing with data-heavy web applications. The ability to dynamically add, edit, and delete rows from a table can significantly enhance the user experience and make the application more interactive. One effective approach ... Read More

How to Add Date and Time Picker using only one tag in HTML?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 28-Mar-2023 15:50:27

790 Views

Incorporating date and time pickers into web forms is a common requirement for many web developers. While you might think that adding date and time pickers might be a complicated task and you might have to use JavaScript libraries. But to your surprise, this is a relatively easy task using ... Read More

Advertisements