Guest User

Untitled

a guest
Feb 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!doctype html>
  2. <head></head>
  3. <body>
  4. <form>
  5. <h2>Dodaj komentarz</h2>
  6. <fieldset>
  7. <legend class="title"><span>Dane wymagane</span></legend>
  8. <label for="email" class="required">Email<input name="email" type="email" placeholder="podaj email" required></label>
  9. <label for="username" class="required">Nazwa użytkownika<input name="username" type="text" placeholder="nazwa użytkownika" required></label>
  10. </fieldset>
  11. <label for="comment-content">Treść</label><textarea name="comment-content" placeholder="treść" required></textarea>
  12. <button type="submit" value="Dodaj komentarz">Dodaj komentarz</button>
  13. </form>
  14. </body>
Add Comment
Please, Sign In to add comment