Home Top Ad

Responsive Ads Here

Write a Program to Registration Page in HTML

Share:

<!DOCTYPE html>

<html>

<head>

<title>Registration Example</title>

</head>

<body bgcolor="gray" align = "center">  

<table border=1 width="500px;" Height="300px;" bgcolor="Lightskyblue" align="center">

<tr> <td> Enter Name:<input type="text" name="n1"></td></tr>

<tr> <td> Enter Address:<textarea cols="25" rows="3" placeholder="Current Address" value="address" required>  

</textarea>  </td></tr>

<tr> <td> Select Gender:<input type="radio" name="r1">Male<input type="radio" name="r1">Female  <input type="radio" name="r1">Othe</td></tr>

<tr><td>Enter E-Mail Address<input type="text" name ="n2"></td></tr>

<tr><td>Enter Password<input type="password" name ="n2"></td></tr>

<tr><td><input type="Submit" name ="Submit"></td></tr>

</body>

</html>






Post a Comment

No comments

Welcome to saveracom.blogspot.com

Data Science using Spreadsheet Software Assignment 3

Printing Workbooks select the cells you want to print and then set that area as the print area   Steps to set a print area: Select the cells...