I can’t complete the p element in step six. I don’t know what I am doing wrong.
Your code so far
<h1>Welcome to freeCodeCamp</h1>
<!-- User Editable Region -->
<p>Full-Stack Curriculu>Learn the skills to become a full-stack developer . </elementName>
<!-- User Editable Region -->
Your browser information
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1
p (paragraph) elements have both a opening a closing tag. Your closing tag for your p element is wrong. Also make sure you have the correct text in between the p elements.