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!
Hi!
Next time you create a post, please try explaining your issue, using your own words.
Remember elements have an opening tag, a closing tag, and the text goes in-between the opening and closing tag.
Reset your code. Then in the empty line add your h2 opening tag, followed by the text, and after the text add your closing tag.
Hey @oluwadamilolasamuel9 when you come back, can you help us finding out why you have a problem in step 18?
What exactly you find to be the problem? Can you tell us why you are not able to solve it?
Many thanks.
It appears the h2 element tags have been mistakenly placed around the opening section tag. They should be around the Cat Lists which should not have any angle <> tags around the words.
Example using h1 tags for the example:
<section>
<h1>Text here</h1>
</section>