Page 119 - HTML5
P. 119
You still have to escape characters with special meaning in HTML (like < with <), so for
displaying a block of HTML code (<p>This is a paragraph.</p>), it could look like this:
<pre>
<code>
<p>This is a paragraph.</p>
</code>
</pre>
Read Marking up computer code online: https://riptutorial.com/html/topic/1836/marking-up-
computer-code
https://riptutorial.com/ 103

