Aayush Mohan Sinha has Published 96 Articles

How to define two column layout using flexbox?

Aayush Mohan Sinha

Aayush Mohan Sinha

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

5K+ 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

1K+ 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

1K+ 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

1K+ 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

563 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

523 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

199 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 Image Accordion using HTML and CSS?

Aayush Mohan Sinha

Aayush Mohan Sinha

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

808 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

1K+ 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

How to Change the Style of a Tag Title Attribute?

Aayush Mohan Sinha

Aayush Mohan Sinha

Updated on 07-Sep-2023 16:49:37

6K+ Views

The title attribute of the tag is a significant facet of web design that furnishes supplementary information about a link when a user hovers over it. Nonetheless, the pre-existing style of the title attribute may not always comply with the visual appeal of a website, compelling designers to investigate ... Read More

1 2 3 4 5 ... 10 Next
Advertisements