^ Zona Info: Tag Html Pre

Tag Html Pre

Zona Info | Ilmu Komputer |  Juni 20, 2017
Post by: Ian

Tag Html Pre
Contoh:
<pre><code class="html">
&lt;html lang="en"&gt;
    &lt;head&gt;
        &lt;title&gt;HTML, baby!&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;!-- indented code, etc. --&gt;
    &lt;/body&gt;
&lt;/html&gt;
</code></pre>
Preview:

<html lang="en">
    <head>
        <title>HTML, baby!</title>
    </head>
    <body>
        <!-- indented code, etc. -->
    </body>
</html>

No comments:

Post a Comment