Toggle navigation
Toggle navigation
This project
Loading...
Sign in
민재기
/
web_service
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-03-28 12:07:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc2d659cfaf4076850a6a7bada88717bc04f9afa
dc2d659c
1 parent
e8025426
170328 attach sytle.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
quiz01.html
quiz01.html
0 → 100644
View file @
dc2d659
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
<title>
[Quiz01]2012104083 민재기
</title>
<style>
th
{
text-size
:
2em
;
}
</style>
</head>
<body>
<table
border=
"1"
>
<tr>
<th>
이름
</th>
<td>
민재기
</td>
</tr>
<tr>
<th>
생년월일
</th>
<td>
1993년 7월 2일
</td>
</tr>
<tr>
<th>
전화번호
</th>
<td>
010-5795-5605
</td>
</tr>
<tr>
<th>
요즘 즐겨 하는것
</th>
<td>
<ul>
<li>
유튜브 게임 채널 보기
<ul>
<li>
<a
href=
"https://www.youtube.com/channel/UCHsK9gl5aU0F3umrU4Zn_sA"
target=
"_blank"
>
해당 채널 바로가기
</a>
</li>
</ul>
</li>
<li>
좋아하는 축구팀 하이라이트 보기
<ul>
<li>
<a
href=
"http://sports.news.naver.com/wfootball/vod/index.nhn?uCategory=wfootball&category=primera&listType=team&teamCode=26300"
target=
"_blank"
>
하이라이트 바로가기
</a>
</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr>
<th>
좋아하는 팀 사진
</th>
<td>
<image
src=
"http://mblogthumb3.phinf.naver.net/20160903_162/yj120011_1472905432644QK9gz_PNG/1410521415_fc-barcelona-256.png?type=w2"
>
</td>
</tr>
</table>
</body>
</html>
Please
register
or
login
to post a comment