이의준

파일내용 수정

...@@ -18,5 +18,12 @@ ...@@ -18,5 +18,12 @@
18 <p>내용 2</p> 18 <p>내용 2</p>
19 <!-- target: 새 탭을 여는것--> 19 <!-- target: 새 탭을 여는것-->
20 <p><a href = "https://www.google.com/webhp?hl=ko&sa=X&ved=0ahUKEwjzxPrzkOrwAhWsF6YKHTq_CFwQPAgI" target = "_blank" title = "하이퍼링크 설명"> Go to google</a></p> 20 <p><a href = "https://www.google.com/webhp?hl=ko&sa=X&ved=0ahUKEwjzxPrzkOrwAhWsF6YKHTq_CFwQPAgI" target = "_blank" title = "하이퍼링크 설명"> Go to google</a></p>
21 + <input type="button" value="BUTTON" onclick="alert('alert box')">
22 + <input type="text" onchange="alert('changed')">
23 + <br>
24 + <br>
25 + <script>
26 + document.write(1+2+3);
27 + </script>
21 </body> 28 </body>
22 </html> 29 </html>
...\ No newline at end of file ...\ No newline at end of file
......