Post by: Ian
Tag Html code (computer code)
Contoh:
<p>Hai, yuk mulai bicarakan <code>kode</code> tag.</p>
<pre><code class="html">
<html lang="en">
<head>
<title>HTML, baby!</title>
</head>
<body>
<!-- indented code, etc. -->
</body>
</html>
</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