inline

유석현(SeokHyun Yu)·2022년 11월 16일
0

JavaScript

목록 보기
2/44
post-thumbnail
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Document</title>
    </head>
    <body>
        <!-- 이벤트 뒤에 자바스크립트 코드를 삽입해두면 그 이벤트가 실행될 때 자바스크립트 코드가 실행된다 -->
        <input type="button" onclick="alert('Hello World')" value="TEST" />
    </body>
</html>
profile
Backend Engineer

0개의 댓글