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
   114   115   116   117   118   119   120   121   122   123   124