I want to put in some code within a paragraph without the browser thinking it's code meant for the page. How can I do that?
The code is below. I want the contents with one asterix to be displayed as text, whereas the lines with two asterixes are supposed to be a real paragraph.
**<p>**
*<html>
<head>
<p> Hi </p>*
**</p>**