<!-- the code -->
<link href="https://sites.google.com/site/tessssssssblog/likeblog.css" rel="stylesheet" type="text/css"></link>
<link href="http://steamdev.com/snippet/css/jquery.snippet.min.css" rel="stylesheet" type="text/css"></link>
<script src="http://steamdev.com/snippet/js/jquery.snippet.min.js" type="text/javascript">
<!-- end the code -->
Chèn đọan code sau vào truớc thẻ đóng của body (</body>)
<!-- the code -->
<script type='text/javascript'>
$(document).ready(function(){
$("pre.java").snippet("java");
$('pre.c').snippet('c');
$('pre.cpp').snippet('cpp');
$('pre.csharp').snippet('csharp');
$('pre.html').snippet('html');
$('pre.javascript').snippet('javascript');
$('pre.php').snippet('php');
$('pre.javascript_dom').snippet('javascript_dom');
$('pre.python').snippet('python');
$('pre.sql').snippet('sql');
$('pre.xml').snippet('xml');
}); </script>
<!-- the code -->
Không có nhận xét nào:
Đăng nhận xét