Introduction to HTML5 Elements Keeps telling me tags are incomplete

Tell us what’s happening:
Here’s what I have:

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Firefox/60.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

I’m not sure what happened to your code but it did not show up in the post.

Try pasting it between sets of 3 backticks (upper left keyboard same key as ~ character)

```
code goes here
```
      <input type="text placeholder=cat photo http:/facebook.com"
     </form>
      </main>

Sorry for the  delay in response. I've been struggling because I'm new at this. Thanks for you help.

@JoRhodes,

I think you missed double quotes in type = "text" It should look like this

<input type="text" placeholder="cat photo http:/facebook.com">

My first try and it stuck on running tests, what am I doing wrong?