Web forms

 A collection of HTML elements forms 

Many websites are not just about presenting showing content 

Instead user input id is often requested as well 

contact form 

checkout form 

login form 

comment form 

And many other kinds of forms 

key form Elements 

<input type ="">    the type attribute controls which type of input will be shown single line, number input, email address input 

<textarea>   A multi-line text 

<select>  A dropdown multiple-choice or multi-select input 

<button>  a button to reset or submit the form 



Comments

Popular posts from this blog

Events Js