Our Post
Test Syntax Highlighter
HTML, XML, PHP
<HTML>
<head>
<title>DreamCs</title>
</head>
<body>
</body>
</HTML>
CSS
/* This is Our ;) */
.welcome {
background:none;
text-align:center;
font-weight:700;
font-size:40px;
color:#FFFFFF;
}
JavaScript
$(document).ready(function(){
$("#buton-share").click(function(){
$("#share-to").slideToggle(1000,function(){
});
});
});
Java
public class DreamCs{
public static void main(String[] args){
System.out.println("Welcome to DreamCs");
}
}