Start to trying something in/on/with Rails...
Hope it will be fun.
###
JS
var i = 1,
j = 2;
alert(i+j); // shoould be 3
CSS
/* comments */
.title {
font-size: 24px;
color: #4D4D4D;
}
.desc {
font-size: 16px;
color: #DD406F;
}
HTML
<html>
<head>
<!-- some comments -->
</head>
<body>
some content
</body>
</html>
No comments:
Post a Comment