<pre>
tag helps to preserve spaces and line brakes in HTML. But I've a text with angular brackets like -
<some text here>
and I want that to appear on web page as it. But if I've this text in html, it is not shown on the page.
Is there any HTML tag which is used to enclose the text will help to preserve angular brackets?