How to Type Down Tags Without Using It?

While my creating my own cheat sheet, I’m writing down the list of things to review. However, if I want to type down <h1> - <h6> in my list without using them, how do I do that?

Escape the tags in your text:

This is an &lt;h1&gt; tag

It worked! Thank you! :slight_smile: