This tutorial is a little Difficult to understand. I would like us to Start From the Beginning:
Go ahead, and push the RESET BUTTON:
THE TUTORIAL ASKS US TO:
Nest the existing input element inside a form element and assign "https://www.freecatphotoapp.com/submit-cat-photo" to the action attribute of the form element.
WE BEGIN HERE:
FIRST: Lets look at the two elements they are talking about here:
A <form> element and an <input> element.
NESTING means to put one element inside another element.
In this case, they are asking you to put an <input> element inside the <form> element.
Learn to look for those little things, for those little mistakes…at first they will be somewhat invisible, But over time you will gain in proficiency, and it will get Easier.
Edit: the placeholder text should not be changed. The correct placeholder is with uppercase URL, not lowercase url.
<input type="text" placeholder="cat photo URL">
Please post the code and not images. Just copy and paste all the code.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.