Step 67 of HTML learning

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>


The question is asking to add in the doctype like above. I have it on the first line. When I go to ask for help it adds the extra stuff on top for some reason. I think there’s a glitch. I can’t erase the stuff on top. I would just like to complete it to finish the HTML portion of the learning.

**Challenge:**  Step 67

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-67

Welcome to the community :cat:

For question;

When trying to add the doctype, try using capital letter not Small letter

And you can also reset the class and it will start all over

And also try holding down the delete bar of your keyboard :musical_keyboard:

I think it should help

Like this

<! DOCTYPE html>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.