Format Untuk Posting Coding :
Untuk HTML :
//Start Dengan :
<pre class=”line-numbers language-html”><code>
//Tutup Dengan :
</code></pre>
Untuk CSS :
//Start Dengan :
<pre class=”language-css”><code>
//Tutup Dengan :
</code></pre>
Contoh :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header></header>
<div role="main"></div>
<footer></footer>
<script src="js/script.js">
</body>
</html>
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;
background-color: #ffffff;
}
a {
color: #0088cc;
text-decoration: none;
}