Translate

Sunday, 25 July 2021

Html code for creating a registration form










                    HTML Part-1




<Html>
<head><title>regestration page </title></head>
<body bgcolor="lightskyblue"><br>
  <h2> Regestration form</h2>
  <br>
  <br>
  <form>
    
    <label>first name:</label>
    <input type="text"name="firstname"size="15"
      
      
      <label>Middlename:</label>
      
      <input type="text"name="middlename"size="15"
        <label>lastname:</label>
        <input type="text"name="lastname"size="15"
          
          <label><br>
            course:
          </label>
          <select>
            
            <option>course</option>
            
            <option>b tech</option>
            
            <option>BCA</option>
            
            <option>Bsc</option>
            
            <option>BBA</option>
            
            <option>MBA</option>
            
            <option>B.Com</option>
            
          </select>
          
          <br>
          <br>
           Gender:
          <label> <br>
            
            <input type="radio"name="male">Male<br>
            <input type="radio"name="female">Female<br>
            <input type="radio"name="other">Other<br>
            <br>
            <br>
            <label>
              phone:
            </label>
            
            <input type="text"name="country code"value="+91"size="2"/>
            
            <input type="text"name="phone"size="10"/><br>
            <br>
            Address:
            <br>
            <textarea cols="80"rows="5"value="address"></textarea><br><br>
            
            E-mail:
            <input type="email"id="email"name="email"/><br><br>
            
            password:
            <input type="password"id=name="pass"name="pass"/>
            <br><br>
            for submit the form click the button given below<br><br>
            <input type="button"value="submit"/>
          </form>
        
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
          </select>
    
    
    
    
    
    
  </form><br>
    <h4> <i>created by naman pathak</i></h4>
  
  
  
  </body>
</html>

Code output


3 comments:

Artificial Intelligence notes unit 1(AKTU)

                        Artificial Intelligence notes unit 2(AKTU)   AI UNIT 1 NOTES PDF