I have a <p>
which has a text containing a '<' sign, and the code editor is giving me this error:
Unexpected token. Did you mean {'>'}
or >
?
the code is like:
...
<p>
some text some text some text < and some text some text
</p>
...
how can I have this sign '<' in the text inside <p>
?