Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" type="text/css" href="phone.css">
  6. <link rel="icon" href="csumb.png">
  7. <title>Questions and Answers</title>
  8. </head>
  9. <body>
  10. <div class="phoneScreen">
  11. <h2 id="QA">Questions and Answers</h2>
  12. <form id="questionForm">
  13. <input placeholder="Email" type="email" id="txtEmail" />
  14. <textarea name="question" id="question" placeholder="Question"></textarea>
  15. <input id="btnSend" type="submit" value="Submit" />
  16. </form>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement