Page 70 - HTML5
P. 70

<form>
           <fieldset>
              <legend>1st field set:</legend>
              Field one:<br>
              <input type="text"><br>
              Field two:<br>
              <input type="text"><br>
           </fieldset><br>
           <fieldset>
              <legend>2nd field set:</legend>
              Field three:<br>
              <input type="text"><br>
              Field four:<br>
              <input type="text"><br>
           </fieldset><br>
           <input type="submit" value="Submit">
         </form>


        Result
































        Browser Support

        Chrome, IE, Edge, FireFox, Safari and Opera's latest versions also supports the tag

        Read Forms online: https://riptutorial.com/html/topic/1160/forms


























        https://riptutorial.com/                                                                               54
   65   66   67   68   69   70   71   72   73   74   75