ExpertRating - Online Certification and Employment Testing ExpertRating - Online Certification and Employment Testing ExpertRating - Online Certification and Employment Testing

ExpertRating Home
ExpertRating Benefits
Recommend ExpertRating
Suggest More Tests
Privacy Policy
FAQ
Login
 
HTML Tutorial - Index
HTML Tutorial - Introduction
HTML Tutorial - Formatting
HTML Tutorial - Links
HTML Tutorial - Images
HTML Tutorial - Forms
HTML Tutorial - Tables
HTML Tutorial - Frames
HTML Tutorial - Style Sheets
HTML Tutorial - Advance Tags
     

 
Online Personal Trainer Certification
Personal Trainer Certification (Spanish)
Test Search by Job Title
Find a Personal Trainer
Job Resources
Free Self Tests and Quizzes
Find a Lawyer
Project Management Certification
Six Sigma Certification
Six Sigma Black Belt Certification
Six Sigma Green Belt Certification
Lean Management Certification
First Aid Certification
CPR Certification
Yoga Certification
Aerobics Certification
Pilates Certification
Business Analyst Certification
SEO Certification
Online Photography Course & Certification
Online Business Writing Course & Certification
Baby Sitting Course & Certification
Time Management Certification
Health Club Management Certification
Selling Skills Certification
Business Analysis Course
Green Living Course  free!
Master Trainer Certification
Total Quality Management Certification
Kaizen Certification
Creative Writing Certification
  All Online Courses
   

   
   
   
   
   
   

   
  Home > Courses, Tutorials & eBooks > HTML Tutorial > Forms
 
Previous Next

HTML Tutorial - Forms

 
                                                                                                                    Page 2 of 3
 

 

The following example illustrates a form on a web page. This form will have all the tags and attributes that have been discussed above:

Example:

 
<html>
<head>
 <title> My list of jokes </title>
 </head>
 <body background ="myimage.jpg" text = “blue”>
 
 <h1 align=center> My Registration Page </h1>
 
     

<form name="registration" action="http://expertrating.com/registration.html">

 First name: <input type=text name="realname" /> <br/><br/>
 Last name: <input type=text name="surname" /> <br/><br/>
 Password: <input type=password name="pass"/> <br/><br/>  
 Re-Type Password: <input type=password name="repass"/> <br/><br/>
 
 SEX<br/>
 <input type=radio name="sex" value="M"/> Male<br/>
 <input type=radio name="sex" value="F"/> Female<br/>
 
 <h2 align=center> Additional Information </h2>
 
 <input type=checkbox name="maillist"/> Put me on mail list. <br/><br/>
 
 <input type=reset /><br/><br/>
 
 <input type=submit value="Submit" />
 
</form>

</body>

</html>

This is how the web page looks:

The tags discussed above enable the user to design a simple registration form. In this example very less formatting has been done. The next section on Tables will empower one to design a more attractive and formatted registration form.

             

 
     
Home  |  About Us  |  Privacy Policy  |  Site Map  |  FAQs  |  Contact Us
 
© ExpertRating 2006. All Rights Reserved.