(자바스크립트)

줄을 서서 HTML 태그에서 직접 정의하는 기능. 응용 프로그램 우선 순위가 가장 높습니다. 코드 중복성이 높고 복잡한 코드는 작성하기 어렵고 구조와 동작이 결합되어 있습니다. 통사론) <!– inline.html –> <!DOCTYPE html> <html> <head> <meta charset=UTF-8> <title>inline 방식</title> <link rel=”stylesheet” type=”text/css” href=”http://day27.m/main.css”> </head> <body> <!– inline은 복잡한 코드를 정의하기 어렵다 –> <input type=”button” value=”click” onclick=”alert(‘inline 방식’)” class=”btnBorder”/> … Read more