0
How can I write <p> without the browser recognizing it as a tag?
write in html
2 Respuestas
+ 4
In order to write <p> without the browser recognizing it as a tag, use following pattern
<p>
where
< prints < symbol
and
> prints > symbol