You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I think you closed the h1 element without starting it. Also I don’t think <elementName> is needed. Try deleting the </h1><element name></h2> and replacing it with a h1 element with the text needed, and another h2 element with the text needed. Remember to properly close and open elements by doing <elementopened> </elementclosed>