Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!Document>
  2.  
  3. <h1 id="text"> Percentage of People Who Identify as African American.
  4.  
  5. </h1>
  6.  
  7. <p id="description">
  8. Short Description</p>
  9. <form action="#" id="survey-form">
  10.  
  11. <label for="name" id="name-label">Name:
  12.  
  13. <input class="fullname"type="text" id="name" placeholder="Enter your full name" required></label>
  14.  
  15. <label for="email" id="email-label">Email:
  16.  
  17. <input type="email" id="email" placeholder="Enter your Email" required>
  18. </label>
  19. <label for="number" id="number-label">Age:
  20. <input type="number" max="100" min="0" id="number" placeholder="Enter your age" required>
  21.  
  22. </label>
  23. <label for="Female" id="dropdown-Female">
  24. <label for="Male" id="dropdown-Male">
  25. <select id="dropdown">
  26. <option value="Male">Male</option>
  27. <option value="Female">Female</option>
  28. </select>
  29. </label>
  30. <fieldset>
  31. <legend>Are you Black?</legend>
  32. <label for="African American"><input type="radio" id="African American" name="Africa">African American</label>
  33. <label for="Black"><input type="radio" id=" African American" name="Africa">White </label>
  34.  
  35. </fieldset>
  36.  
  37.  
  38. <fieldset>
  39. <legend>Are your Ancestors Black?</legend>
  40. <label for= "Non African American"><input type="radio" id=" Non African American" name="Africa">African American</label>
  41. <label for="Black"><input type="radio" id="Non African American" name="Africa">Black </label>
  42.  
  43. </fieldset>
  44. <label for="comments">
  45. <textarea name="comments" id="comments" placeholder="Enter your comments" cols="30" rows="10">
  46. </textarea>
  47. </label>
  48. <button type="submit"> Submit Answers</button>
  49. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement