SIZ Tutorial | How To create a login form in HTML | 20% Reward To @siz-official

in hive-181430 •  3 years ago 

Hi Siz Hero's:

03.png

How to create login form in HTML :


[NOTE: I use the name of the tag because we can't write the tag in the post. ]
<(HEAD TAG )>

</(HEAD TAG)>
<(BODY TAG)>
<(FORM TAG)>



Sign Up




<(LABLE TAG)>First name</(LABLE TAG)>

<(INPUT TAG)type="text" >



<(LABLE TAG)>Last name</(LABLE TAG)>

<(INPUT TAG) type="text" >



<(LABEL TAG)>Father's name</LABEL TAG>

<(INPUT TAG) type="text">



<(LABLE TAG)>Date of Birth</(LABLE TAG)>

<(INPUT TAG) type="date" >



<(LABLE TAG)>B-Form/CNIC</(LABLE TAG)>

<(INPUT TAG) type="numaric" >

        <tr>
            <td><(LABLE TAG)>Gander</(LABLE TAG)></td>
            <td>
                <(INPUT TAG)  type="radio" name="RdoGender"> Male
                <(INPUT TAG)  type="radio" name="RdoGender">Female
            </td>
        </tr>
        <tr>
            <td><(LABLE TAG)>date</(LABLE TAG)></td>
            <td>
                <(INPUT TAG)  type="date">
            </td>
        </tr>

        <tr>
            <td><(LABLE TAG)>Email</(LABLE TAG)></td>
            <td>
                <(INPUT TAG)  type="email">
            </td>
        </tr>
        <tr>
            <td><(LABLE TAG)>Password</(LABLE TAG)></td>
            <td>
                <(INPUT TAG)  type="password"">
            </td>
        </tr>
       
        <tr>
            <td colspan="2">
                <(INPUT TAG)  type="button" value="Submit">
            </td>
        </tr>
        
</form>

</(BODY TAG)>

Output:

FORM.PNG

I hope you all learn a lot from this amazing tutorial about HTML:

Special Thanks:
@siz-official
@cryptokraze
@vvarishayy
@suboohi
Thank You For Visting My post.png

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Good post dear friend keep it up bro and keep learn with our steem fellows and friends and newcomers.

Regards, Faran Nabeel

Thank you 😊