- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Aayush Mohan Sinha has Published 110 Articles
Aayush Mohan Sinha
3K+ Views
Emojis are small digital images or icons that are generally used in messaging and other places to express emotions or ideas. In this article, we are going to see how we can add emojis to an HTML document. Approach By setting the charset used to display webpages in the browser ... Read More
Aayush Mohan Sinha
147 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
Aayush Mohan Sinha
265 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
Aayush Mohan Sinha
139 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
Aayush Mohan Sinha
465 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
Aayush Mohan Sinha
5K+ 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
Aayush Mohan Sinha
3K+ 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
Aayush Mohan Sinha
5K+ 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
Aayush Mohan Sinha
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
Aayush Mohan Sinha
739 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