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 <h1> tag
It worked! Thank you!