Home >> HTML 5 >> What is HTML Forms in HTML 5

What is HTML Forms in HTML 5

HTML Forms are used for collecting data or information from the website visitors.

Example

<!Doctype Html>  
<Html>     
<Head>      
      <Title>HTML Forms</Title>  
</Head>  
<Body>   
<form >
     First name: <input type = "text" name = "first_name" /><br>
     Last name: <input type = "text" name = "last_name" />
</form>
</Body>  
</Html>  

Post Your Comment

Next Questions
What is HTML Form Attributes
What is HTML Form Elements
What is HTML Input Types
What is HTML Input Attributes
What is HTML Input form attributes
What is HTML SVG Graphics
What is HTML Multimedia
What is HTML Video
What is HTML Audio
How to Embed YouTube Video
What is HTML Predefined Tags
What is HTML Predefined Attributes
Comment Tag
DOCTYPE Tag
a Tag
abbr Tag
acronym Tag
address Tag
applet Tag
area Tag
article Tag
aside Tag
audio Tag
b Tag
base Tag

Copyright ©2022 coderraj.com. All Rights Reserved.