I would like to write the following text into my html webpage: ClosedRange<Double>
However, when I put that text in a paragraph tag, <p>ClosedRange<Double></p>
, the tag is obviously ignored when the webpage renders.
Any suggestions on how to ignore the tags around <Double>
?