Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세구
/
Practice-Materials
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
Authored by
신수용
2017-02-15 15:14:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2873d33e64ecc2b4f6768d49a7f570002692ea74
2873d33e
1 parent
fed2733e
HTML example 1 file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
02 HTML/ex01.html
02 HTML/ex01.html
0 → 100644
View file @
2873d33
<!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>
Please
register
or
login
to post a comment