PLEASE WRITE A CODE FOR THIS.....HTML
Attachments:
Answers
Answered by
2
<!DOCTYPE html>
<html>
<body>
<h2>Grouping Form Data with Fieldset</h2>
<p>The fieldset element is used to group related data in a form, and the legend element defines a caption for the fieldset element.</p>
<form action="/action_page.php">
<fieldset>
<legend>Personal information:</legend>
First name:<br>
<input type="text" name="firstname" value="Mickey">
<br>
Last name:<br>
<input type="text" name="lastname" value="Mouse">
<br><br>
<input type="submit" value="Submit">
</fieldset>
</form>
</body>
</html>
huzaifaa6881:
MARK AS BRAINLIST
Answered by
0
< html>
< body >
<h1> Grouping from data with fieldset <h1>
<br><br>
the fieldset element _ _ _ _ _ _ _ _ _ _ _ _ _ for the fieldset element.
< br ><br>
<form>
personal information
<br>
First name :
<input type = "text" name=" first name">
<br>
Last name :
<input type = "text" name=" last name">
<br><br>
<input type=" submit " value ="submit" >
</form>
</body>
</html>
i hope its help ☆☆ :)
< body >
<h1> Grouping from data with fieldset <h1>
<br><br>
the fieldset element _ _ _ _ _ _ _ _ _ _ _ _ _ for the fieldset element.
< br ><br>
<form>
personal information
<br>
First name :
<input type = "text" name=" first name">
<br>
Last name :
<input type = "text" name=" last name">
<br><br>
<input type=" submit " value ="submit" >
</form>
</body>
</html>
i hope its help ☆☆ :)
Similar questions
Social Sciences,
7 months ago
Hindi,
7 months ago
Math,
7 months ago
English,
1 year ago
Accountancy,
1 year ago
Science,
1 year ago
Math,
1 year ago