Guest User

Untitled

a guest
Oct 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <h2>CatPhotoApp</h2>
  2. <main>
  3. <p>Click here to view more <a href="#">cat photos</a>.</p>
  4. <p>Things cats love:</p>
  5. <ul>
  6. <li>cat nip</li>
  7. <li>laser pointers</li>
  8. <li>lasagna</li>
  9. </ul>
  10. <p>Top 3 things cats hate:</p>
  11. <ol>
  12. <li>flea treatment</li>
  13. <li>thunder</li>
  14. <li>other cats</li>
  15. </ol>
  16. <form action="/submit-cat-photo">
  17. <input id="indoor" type="radio"name="indoor-outdoor">
  18. <label for="indoor">Indoor</label>
  19. <input id="outdoor"type="radio"name="indoor-outdoor">
  20. <label for="outdoor">Outdoor</label>
  21. <input type="text" placeholder="cat photo URL" required>
  22. <button type="submit">Submit</button>
  23.  
  24. </form>
  25. </main>
Add Comment
Please, Sign In to add comment