himanshugopalkdwivedi.hashnode.dev·Oct 26, 2023Creating a html form / get and post (lt.10)For creating a form in html we have form tag, inside form tag we can use several tags. For input the text we use input tag, but if we have to input multi-line text then we use textarea tag. label tag: Use to highlight the input text area. Id use: It ...Discuss·10 likes·30 readsforms
Godsent Agundugsentblog.hashnode.dev·Mar 5, 2023How to Send Form Data directly to your EmailHave you ever created a simple form, probably a contact form on your portfolio website but had to remove it because you didn't know how to collect or handle the user's data😔😔. Forms are an essential part of every website, they are used to collect i...Discuss·1 like·120 readsHTML Form
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...DiscussHTML5
Eseose Cecilia-Roxanne Animhiagasoseani.hashnode.dev·Jan 15, 2023Exploring the <input> element and its functionalitiesHi there :). Today, we would learn about or refresh our memories on a commonly used HTML element - The <input> element. Not to worry if you are a newbie in the developer community and have yet to use this element. In this article, I will explain the ...Discuss·2 likes·44 readsHTML Form