본문 바로가기
개념/혼자 공부하는 Javascript

chapter 1) basic Javascript

by kiseno 2024. 11. 21.
728x90
반응형
SMALL
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <script>
        alert('hello world')
    </script>
</head>
<body>

</body>
</html>
728x90
반응형
LIST