Nesting into a form

@JayVee,
One of things you need to accomplish is to nest, or in other words, place, your text field inside your form element. Similar to how nested your anchor tag inside your p tag, you need to do the same for the input element.

<input type="text" placeholder="cat photo URL"> // I think you can figure out where to place this correctly
<form action="/submit-cat-photo"> </form>