#web-development
Read more stories on Hashnode
Articles with this tag
Learn to create web applications with JavaScript Hello, Today we'll see, how we can easily create an audio music player using HTML, CSS, and...
JavaScript palindrome checker We are going to create a small script that will allow us to check if a word is a palindrome. To do this, nothing could...
How to create a simple JavaScript quiz? JavaScript is useful for making any webpage dynamic. In this article, we are going to see how to create a...
Weather app using Vanilla JavaScript Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript weather...
A light-on-dark color scheme, also known as black mode, dark mode, dark theme, or night mode. In this mode, light-colored text and icons are displayed...
You can change the HTML mouse cursor in two distinct ways: In JavaScript with the DOM element.style object. In CSS with the cursor property. You can...