Create a webpage using form elements | 22519 Client Side Scripting Language All Practical Program with Source Code

 Create a webpage using form elements | 22519 Client Side Scripting Language All Practical Program with Source Code


6. Create a webpage using form elements

<Html>  
<head>   
<title>  
</title>  
</head>  
<body bgcolor="Lightskyblue">  
<br>  
<br>  
<form>  
  
<label> Firstname </label>         
<input type="text" name="firstname" size="15"/> <br> <br>  
<label> Middlename: </label>     
<input type="text" name="middlename" size="15"/> <br> <b>  
<label> Lastname: </label>         
<input type="text" name="lastname" size="15"/> <br> <br>  
  
<label>   
</label>   
<select>  
<option value="Course">Course</option>  
<option value="BCA">BCA</option>  
<option value="BBA">BBA</option>  
<option value="B.Tech">B.Tech</option>  
<option value="MBA">MBA</option>  
<option value="MCA">MCA</option>  
<option value="M.Tech">M.Tech</option>  
</select>  
  
<br>  
<br>  
<label>   
</label><br>  
<input type="radio" name="male"/> Male <br>  
<input type="radio" name="female"/> Female <br>  
<input type="radio" name="other"/> Other  
<br>  
<br>  
  <label>   
</label>  
<input type="text" name="country code"  value="+91" size="2"/>   
<input type="text" name="phone" size="10"/> <br> <br>    
<br>  
<textarea cols="80" rows="5" value="address">  
</textarea>  
<br> <br>  
<input type="email" id="email" name="email"/> <br>    
<br> <br>  
<input type="Password" id="pass" name="pass"> <br>   
<br> <br>  
<input type="Password" id="repass" name="repass"> <br> <br>  
<input type="button" value="Submit"/>  
</form>  
</body>  
</html> 




Practical Lists with Source Code :

  1. Writesimple JavaScript with HTML for arithmetic expression evaluation and messageprinting.
  2. Develop JavaScript to use decision making and looping statements.
  3. Develop JavaScript to implement Array functionalities.
  4. DevelopJavaScript to implement functions.
  5. DevelopJavaScript to implement strings.
  6. Createa webpage using form elements.
  7. Createa webpage to implement  form event Part-I.
  8. Createa webpage to implement  form event Part-II.
  9. Developa webpage using Intrinsic Java Function.
  10. Developa webpage for creating session and persistent cookies observe the effects withBrowser cookie settings.
  11. Developa webpage for placing the window on the screen and working with child window.
  12. Developa webpage for validation of form fields using regular expressions.
  13. Create a webpage  with Rollovers Effect.
  14. Developa webpage for implementing menus.
  15. Developa webpage for implementing Status bars and Web Page Protection.
  16. Developa webpage for implementing Slideshow, Banner.

Post a Comment

Previous Post Next Post