Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!DOC type>
  2. <html>
  3. <body>
  4. <p>Average Rating: 1 <meter value="7" min = "1" max = "10" ></meter> 10</p>
  5.  
  6. <details>
  7. <summary>"Survey Results" for Part (a).</summary>
  8. <p>Students were asked to rate the food in the cafeteria on a scale of 1 to 10. The average result was 7.</p>
  9. </details>
  10.  
  11. <form method = "get" "autocomplete = off">
  12.  
  13. <label> First Name
  14. <input type="text" id="firstName">
  15. </label>
  16. <br>
  17. 1 <input type="range" min = 1 max = 100 step = 5 value=50 id="RangeID"> 100
  18. <p>Students were asked to rate the food in the cafeteria on a scale of 1 to 10. <mark>The average result was 7.</mark></p>
  19. </form>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement