Learn HTML by Building a Cat Photo App - Step 19

Blockquote[quote=“JeremyLT, post:7, topic:677609, full:true”]
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
[/quote]

Preformatted text

      <section>
        <h2>Cat Lists</h2> 
        <h3>Things cats Love</h3>       
      </section>
or should it be
<section>
<h2>
</h2>
</section>

<Section>
<h3>
</h3>
</section>