• This project
    • Loading...
  • Sign in

임호준 / WebPractice

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WebPractice
  • 자바스크립트
  • jsprac01.html
  • 임호준's avatar
    0413자바스크립트 실습 · 46c4f9f8
    46c4f9f8
    임호준 authored 2017-04-13 12:03:02 +0900
jsprac01.html 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>js</title>
    <script type="text/javascript" src = "hello.js"></script>


  </head>
  <body onload="message()" >


  <script type="text/javascript">




  </script>
  <p>hi <hr></p>
  <p id="demo">

  </p>
  </body>
</html>