How to make a basic HTML Form!๐Ÿ’ฏ

<html>

Hello World! Today we are going to talk about the basic yet the most important tag we all might have come across while starting our web development journey with HTML5 that have made us go "HTML can do that?!?!" ๐Ÿคฏ

So let us take a lot at it!๐Ÿš€

An HTML form is designed to take inputs or submissions from the user. 

The basic syntax of the <form> is  : 

<form>
.
form elements
.
</form>


Let us look at the INPUT TYPES in HTML5 :

  • <input type="text">
    <input type="submit">
    <input type="radio">
    <input type="checkbox">	
    <input type="button">
    <input type="color">
    <input type="date">
    <input type="datetime-local">
    <input type="email">
    <input type="file">
    <input type="hidden">
    <input type="image">
    <input type="month">
    <input type="number">
    <input type="password">
    <input type="range">
    <input type="reset">
    <input type="tel">
    <input type="url">
    <input type="week">
    <input type="time">
    
  • The default value of the [type] attribute is โ€œtext.โ€
    (source : w3schools.com)
Discussion
Great work shivanshi

Thank You Prayasu! :)

After reading this post my interest in learning HTML has increased. Now I'm really curious . Thank you shivanshi s for such a enthralling post. You explained the whole concept really well.๐Ÿ™Œ๐Ÿ‘

2

thank you sm Joel๐Ÿ’™

Very informative article.Thank you!!

Thank you Ishanya ๐Ÿ’™

Hello Shivanshi S, Thank you so much for sharing all this wonderful info!!! Really helpful.

3

You're welcome Charvi โ™ฅ

Hii Dear! Wonderful article dead!! Keep up wuth this great work dear!!!

1

Thank you jigyasa ๐Ÿ’›

1

โคvery well writtenโค

2

๐Ÿ’›

1

Hi Shivanshi! You have taken up a very initial yet crucial topic to teach. Kudos. Can you please make the following changes for us to be able to publish it: 1. Divide it into 1 or 2 more steps 2. Add more screenshots of how stylized form would look like 3. Update your profile

Done!

1

6

7