HTML Form Tag

This tag will submit the user data to server.
Form tag has two types of sublimation methods those are 1. Get Method 2. Post Method
It returns 10 types of form elements in HTML4
<html>
    <head>
                <title> First Page</title>
    </head>
    <body>
                                <form method='get' action=''>
                                                <fieldset>
                                                <legend>Registration-From</legend>
                                                          
                                                </fieldset>
                                </form>
    </body>

</html>

No comments:

Post a Comment