^ Zona Info: Tag Html code (computer code)

Tag Html code (computer code)

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

Tag Html code (computer code)
Contoh:
<p>Hai, yuk mulai bicarakan <code>kode</code> tag.</p>

<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:
Hai, yuk mulai bicarakan kode tag.

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

No comments:

Post a Comment