• This project
    • Loading...
  • Sign in

2017-1-WebServiceProgramming / Practice-Materials

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Practice-Materials
  • 02 HTML
  • ex01.html
  • 신수용's avatar
    HTML example 1 file · 2873d33e
    2873d33e Browse Files
    신수용 authored 2017-02-15 15:14:09 +0900
ex01.html 287 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<!DOCTYPE html>
<html>
<head>
	<meta charset='utf-8'>
	<title>실습 1</title>
</head>
<body>
  <p>
    <a href="http://www.khu.ac.kr">경희대학교</a>
  </p>
  <p>컴퓨터공학과</p>
  <p>2017123456</p>
  <p>
    <h1>트와이스</h1>
    <i>Twice</i><br>

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