what would I do if i just randomly wanted to write < or > in HTML but I don't want to make it appear as a < or >. I understand I can use Javascript but I'm just wondering if there's a way in HTML.
Maybe there is a spacer that separates letters but does not appear in the screen?
You can write & as &
, so to answer your question: &lt;
and &gt;
.