티스토리 뷰
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript">
alert('This is "string"');
alert("This is 'string'");
alert("This is \"string\"");
alert('This is \'string\'');
</script>
</head>
<body>
</body>
</html>
'java,web study > 5주차 (7월 29일~8월 4일)' 카테고리의 다른 글
undefined variable (0) | 2013.08.02 |
---|---|
배열 (0) | 2013.08.02 |
데이터타입 (0) | 2013.08.02 |
html+css3 실습 (0) | 2013.08.01 |
Transition (0) | 2013.08.01 |
댓글