• 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
  • practice1.html
  • Lim Ho Jun's avatar
    0314 실습1 · 8f06e287
    8f06e287 Browse Files
    Lim Ho Jun authored 2017-03-14 12:07:45 +0900
practice1.html 407 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
<!DOCTYPE html>
<html>
<html lang = "ko">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <h1>Practice1</h1>
    <span style= "font-size:40pt;">
      <a href = "http://ce.khu.ac.kr/" target = "_blank">경희대학교</a> <hr/>
    </span>

    컴퓨터공학과<br/>
    <span style = "color:red">
    2014104140<br/>
    </span>
    <del>임호준</del>

  </body>
</html>