IT-Academy

JS Udalosti

May 26th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <h1>Working With Events</h1>
  2.    
  3.     <form action="">
  4.         First name: <input type="text" name="firstName" /> <br />
  5.         <div id="firstNameWrong">First name is required you have to fill it.</div>
  6.         Last name: <input type="text" name="lastName" /> <br />
  7.         Email: <input type="text" name="email" /> <br />
  8.         Comment: <textarea name="comment" cols="" rows="" >This is place for your comment...</textarea> <br />
  9.         <input id="submit" type="submit" value="Submit" />
  10.     </form>
Advertisement
Add Comment
Please, Sign In to add comment