Tim Bailey-Jonestimcod.es·Apr 22, 2024Another psycho HTML feature and how to workaround it...Tonight, I needed to create a new account on a website. It has a typical registration form, with two <input> tags for the password, where the second has to match the first. No problem: I compose my passwords offline (using pwgen and additional punctu...rant
Daniel Musembi danrez.hashnode.dev·Jan 31, 2024Creating a Tag Input System with React JS: A Step-by-Step GuideIntroduction We will learn how to develop a tag input system in React JS by following the instructions in this article! Building a tag input system is an excellent project that will help you hone your abilities in state management, processing user in...22 likes·46 readsReact
Nikunj Navdiyanikunjnavdiya.hashnode.dev·Mar 27, 2023HTML5 Input Element: Attributes for the input tagHere are some Attributes for the input tag in HTML5, which will take your website's productivity to another level.So let's get started ..... 1 . Color Attribute <html> <head> <title> colors</title> </head> <body> <p> Choose your fa...15 likes·56 readsHTML5
Pujari Basvarajcodecric.hashnode.dev·Feb 9, 2023Input ElementsInput Elements Nowadays Pretty much every application we develop using HTML uses input somewhere there is a bunch of input type's you might know and some of them you might not know about. So let's take a look at everything you might not know about i...HTML5
Varun Pratap Singhcuriousguy.hashnode.dev·Feb 7, 2023HTML Tags -Audio/Video & inputThis article will cover a few important HTML Tags. Audio and video tags Input tags Audio and video tags: Audio Tag:The audio tag is used to embed sound content in a document, such as music or other audio streams. The audio tag contains one or mor...audio video tag
Jayesh Chauhanofficialjitandrachauhan.hashnode.dev·Jan 24, 2023Input Tag with all types in details with codeIn HTML, an input tag is used to take input from users to build front-end applications : Here we are going to dive depth into input tags: type="text" is a basic text input field. type="password" is a password input field, which will mask the charac...3 likes·83 readsHTML5