IT-Academy

HTML Form

Oct 4th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1.         <form action="">
  2.             First name: <input type="text" name="firstName" /> <br />
  3.             <div id="firstNameWrong">First name is required you have to fill it.</div>
  4.             Last name: <input type="text" name="lastName" /> <br />
  5.             Email: <input type="text" name="email" /> <br />
  6.             Comment: <textarea name="comment" cols="" rows="" >Place for comment...</textarea> <br />
  7.             <input id="submit" type="submit" value="Submit" />
  8.         </form>
Advertisement
Add Comment
Please, Sign In to add comment