IT-Academy

Formular Udalosti

Mar 9th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1.         <h1>Praca s udalostami III</h1>
  2.  
  3.         <form action="">
  4.             Krstne meno: <input type="text" name="krstneMeno" /> <br />
  5.             <div id="krstneMenoChyba">Krstne meno je povinne...</div>
  6.             Priezvisko: <input type="text" name="priezvisko" /> <br />
  7.             Email: <input type="text" name="email" /> <br />
  8.             Komentar: <textarea name="komentar" cols="3" rows="2" >Miesto pre komentar...</textarea> <br />
  9.             <input id="submit" type="submit" value="OdoslaĆ„" />
  10.         </form>
Advertisement
Add Comment
Please, Sign In to add comment