Computer Science, asked by Anonymous, 3 months ago

Write the HTML code for the following signup form by providing a background colour.
Please give the accurate HTML. Only give the proper code.​

Attachments:

Answers

Answered by zezus
1

Answer:

<!DOCTYPE html>

<html>

<body>

<h2>HTML Forms</h2><form>

<label for="fname">First name:</label>  

<input type="text" id="fname"name="fname"><br>

<label for="lname">Last name:</label>

<input type="text" id="lname" name="lname"> <br>

<label for="lname">Email address:</label>  

<input type="text" id="password" name="password">

<label for="password">Password:</label>  <input type="password" id="password" name="password"><br>

<label for="password">Repeat Password:</label><br>

<input type="text" id="lname" name="Repeat password"> <br>

<form>  

<label for="fname">what are your interest?:</label>

<input type="checkbox" id="intrest 1" name="intrest1" value="comic books">  <label for="vehicle1"> comic books</label><br><input type="checkbox" id="intrest 1" name="intrest1" value="sports">  <label for="vehicle1"> sports</label><br>

<input type="checkbox" id="intrest 1" name="intrest1" value="makeup">  <label for="vehicle1"> makeup</label><br>  

label for="fname">join our mailing list?:</label>

<input type="radio" id="mailing list" name="yes" value="yes"> <label for="male">yes</label><br>

<input type="radio" id="mailing list" name="No" value="No"> <label for="female">No</label><br>

<input type="radio" id="mailing list" name="mailing list" value="No"> <label for="other">No</label><label for="fname">comments:</label><br> <input type="text" id="fname" name="comments">  </form>

</body>

</html>

here is your code if something is wrong in this code so check and correct it

Answered by Ajju83
2

mere questions report agr tu kr rhi hai to pls mt kar n

Similar questions