USK
1
Tell us what’s happening:
My h1 is missing
I need help on code to work ple
Your code so far
<!-- User Editable Region -->
<h1>Welome to freeCodeCamp<\h1>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36
Challenge Information:
Build a Curriculum Outline - Step 2
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-curriculum-outline/682ba2318000b62f179bdf04.md at main · freeCodeCamp/freeCodeCamp · GitHub
dhess
2
Welcome to the forum @USK!
What are you seeing in the preview window? Is that what you expect?
The syntax of your closing tag is not correct. It should contain a forward slash, not a back slash.
Happy coding!