Aayush Mohan Sinha has Published 109 Articles

How to define two column layout using flexbox?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 27-Jun-2024 16:54:55

3K+ Views

To create a two column layout using flexbox can be so easy if you have the knowledge of CSS display property. Flexbox is a layout model in CSS that provides an efficient and flexible way to arrange and distribute space between items within a container. It arranges elements in a ... Read More

How to add copyright symbol to your HTML document?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 24-Nov-2023 01:44:20

875 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 will see how we can add the copyright symbol to our web page. Approach The copyright symbol is not ... Read More

How to Change Background Color According to the Mouse Location using JavaScript?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 12-Sep-2023 15:13:01

669 Views

JavaScript is a famous programming language that is one of the core languages of the World Wide Web (WWW) alongside HTML and CSS. It allows the programmer to capture events and modify the Document Object Model (DOM). In this article we are going to see how we can make use ... Read More

How to Change an HTML Element Name Using jQuery?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 12-Sep-2023 15:08:41

610 Views

jQuery is a JavaScript library created to make event handling, CSS animation, Ajax, and DOM tree navigation and manipulation easier. In this article we are going to see how we can change the name of an element using jQuery. Algorithm We are going to follow a three−way procedure to change ... Read More

How to Change a Button Text on Click Using LocalStorage in Javascript?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 12-Sep-2023 15:05:21

273 Views

JavaScript is a famous programming language that is one of the core languages of the World Wide Web (WWW) alongside HTML and CSS. It allows the programmer to capture events and modify the Document Object Model (DOM). In this article we are going to see how we can make use ... Read More

How to Catch all JavaScript Errors and Send them to the Server?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 12-Sep-2023 15:01:47

218 Views

JavaScript is a famous programming language that is one of the core languages of the World Wide Web (WWW) alongside HTML and CSS. It allows the programmer to capture events and modify the Document Object Model (DOM). In this article we are going to learn how we can catch all ... Read More

How to Catch a ReferenceError with onerror?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 12-Sep-2023 14:40:50

54 Views

JavaScript is a famous programming language that is one of the core languages of the World Wide Web (WWW) alongside HTML and CSS. It allows the programmer to capture events and modify the Document Object Model (DOM). In this article we are going to see how we can catch ReferenceError ... Read More

How to create left positioned icon selects using jQuery Mobile?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 07-Sep-2023 17:43:34

74 Views

In the contemporary era of technological advancement, interactive interfaces are becoming a crucial element for web designers and developers to incorporate in their projects. One of the most sought-after features in web development is the ability to create personalized and innovative icon selects. The utilization of jQuery Mobile for the ... Read More

How to Create Image Accordion using HTML and CSS?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 07-Sep-2023 17:24:04

407 Views

In the domain of web design, discovering groundbreaking methods to exhibit images and other multimedia content is a pivotal facet of developing a captivating user experience. One popular technique that has gained significant traction in recent years is the image accordion, which allows users to easily navigate through a collection ... Read More

How to create HTTPS Server with Node.js?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 07-Sep-2023 17:08:35

702 Views

As the consumption of the cyberspace and cloud-dependent applications proliferates, the gravity of safeguarding online data and transactions becomes more apparent. One of the most commonly employed methodologies for securing online communications is HTTPS, which provides an assurance that the information conveyed between the server and clients is ciphered and ... Read More

1 2 3 4 5 ... 11 Next
Advertisements