Untitled

 avatar
unknown
plain_text
4 months ago
3.0 kB
3
Indexable
<!DOCTYPE html>
<html>
    <head>
        <title>Page Title</title>
        <style>
            table{color:blue;border:10px solid green;}
         label{backgroud-color:skyblue;}
        </style>
    </head> 
    <body style="border:5px solid blue;">
    
    <fieldset style="border:10px solid purple;">
    <legend align="center" background-color="gray">Ragistration Form</legend>
    
    <form style="border:10px solid orange;">
        <table style="background-color:pink;">
           <tr>
                <label>
                <th> Name:</th>
                <td><input type="text" id="N" placeholder="Enter your uname" required></td> 
                </label>
            </tr>
            <tr>
                <label>
                <th>Father Name:</th>
                <td><input type="text" placeholder="Enter your Father'sname" required></td> 
                </label>
            </tr>
                
            <tr>
                <label>
                <th>Mother Name:</th>
                <td><input type="text" placeholder="Enter your Mother's name" required></td> 
                </label>
                <label>
                 <tr>
                     <th>Gender:</th>
                     <td>
            <input type="radio" name="g">Male
            <input type="radio"name="g">Female
                        
                     </td>
                 </tr>
             </label>
            </tr>
                <tr>
                <label>
                <th>Email:</th>
                <td><input type="email" placeholder="Enter your Email" required></td> 
                </label>
                </tr>
                <tr>
                <label>
                <th>D/O/B:</th>
                <td><input type="Date" placeholder="Enter your Date"
                required></td> 
                </label>
                </tr>
                <tr>
                <label>
                       <th>Age:</th>
                       <td><input type="number" placeholder="0.36e.g" min="18" max="36"e.g required ></td> 
                </label>
             </tr>
             <label>
                 <tr>
                     <th>Address:</th>
                     <td><input type="Address" placeholder="Address" required></td>
                 </tr>
             </label>
             
             <label>
                 <tr>
                     <th>Contect:</th>
                     <td><input type="number" placeholder="contect" required></td>
                 </tr>
             </label>
           <label> <tr align="center">
               
           <td><button type="submit" onclick="submit()" value="sumbit">submit</button>
 <input type="reset" onclick="reset" value="reset"></td>
             </tr>
             </label>
        </table>
    </form>
    </fieldset>
    </body>
    <marquee style="background-color:yellow;color:blue;height:50px;"><font height="100%"><h3> Ravikant Shakya</font></marquee>
</html>
Editor is loading...
Leave a Comment