프로그램 자료/Java Script
Javascipt 연습장 에디트 노트 HTML Tag 연습 html test 테스트
motolies
2014. 11. 7. 14:56
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(function(){
});
</script>
</head>
<body>
</body>
</html>