Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!DOCTYPE html5>
  2. <html>
  3. <head>
  4. <title>forum.html</title>
  5. <h1>Forum</h1>
  6. <meta charset="utf-8" />
  7. </head>
  8.  
  9. <body>
  10. <form action="http://uss.feri.uni-mb.si/ShoutBox/ShoutBox.aspx" method="post">
  11. <fieldset>
  12. <p>
  13. <label>Vzdevek</label>
  14. <input type= "text"
  15. id="txtVzdevek" />
  16. </p>
  17. <p>
  18. <label>Kategorija:</label>
  19. <select id="selLokacija">
  20. <option value="Slovenija">Slovenija</option>
  21. <option value="Svet">Svet</option>
  22. <option value="Gospodarstvo">Gospodarstvo</option>
  23. <option value="IT">IT</option>
  24. </select>
  25. </p>
  26. <p>
  27. <label>Sporocilo:</label> </p>
  28. <p>
  29. <textarea rows="10" cols="80">
  30.  
  31. </textarea>
  32. </p>
  33. <p>
  34. <input type="submit" value="Poslji" />
  35. </p>
  36. <p>
  37. Dokument je ustvaril Stefan Rajchevski v mesecu novembru 2014</p>
  38. </fieldset>
  39. </form>
  40. </body>
  41.  
  42. <footer><li> <a href="index.html" target="_self">Domov</a></li></footer>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement