Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전준호
/
ex
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
Authored by
전준호
2017-03-29 20:50:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5b40909b467fb562efe148846f0108c55e987be8
5b40909b
1 parent
39e8bbf7
html examples
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
59 additions
and
17 deletions
ex01.html
ex02.html
ex03.html
ex04.html
form_example.html
table_example.html
ex01.html
0 → 100644
View file @
5b40909
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<p>
<a
href=
"http://www.khu.ac.kr/main.do"
>
경희대학교
</a>
</p>
<p>
컴퓨터공학과
</p>
<p>
2012104123
</p>
<p><h1>
트와이스
</h1></p>
<p><i>
Twice
</i></p>
</body>
</html>
ex02.html
View file @
5b40909
<html>
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<p
style
:
"
text-decoration:underline
;",
color
:
"#
FF00FF
;"
>
트와이스
<p>
<h1
style=
"text-decoration:underline; color:#FF00FF;"
>
트와이스
</h1>
</p>
<img
src =
"
"
>
<img
src =
"
http://cfile30.uf.tistory.com/image/217F5C4B571DEB641CCE7B"
/
>
<ul>
<li>
구성원
...
...
@@ -24,24 +30,29 @@
<p>
트와이스(2015년 10월 20일 ~ 현재)는 대한민국의 9인조 걸 그룹이다.
</p>
</li>
<li>
소속사:
<
span
style
:
"
text-decoration
:
underline
;
"
>
<
a
href =
"http://www.jype.com/common/ArtistMain.aspx?LDiv=
"
>
JYP 엔터테인먼트
</
span
>
</
a
>
</li>
<li>
앨범
<ol>
<li
style
:
"
text-decoration:underline
;",
color
:
"#
0000FF
;"
>
THE STORY BEGINS
<li>
<a
href =
"https://ko.wikipedia.org/wiki/THE_STORY_BEGINS"
>
THE STORY BEGINS
</a>
</li>
<li
style
:
"
text-decoration:underline
;",
color
:
"#
0000FF
;"
>
PAGE TWO
<li>
<a
href =
"https://ko.wikipedia.org/wiki/PAGE_TWO"
>
PAGE TWO
</a>
</li>
<li
style
:
"
text-decoration:underline
",
color
:
"#
0000FF
"
>
TWICEcoaster : LANE 1
<li>
<a
href =
"https://ko.wikipedia.org/wiki/TWICEcoaster_:_LANE_2"
>
TWICEcoaster : LANE 1
</a>
</li>
</ol>
</li>
</ul>
</body>
</html>
...
...
ex03.html
View file @
5b40909
<html>
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<table
border =
"1"
>
...
...
ex04.html
View file @
5b40909
<html>
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<form
action=
""
method=
"post"
>
<table
border=
"5"
>
...
...
form_example.html
View file @
5b40909
<html>
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<form
action =
""
method=
"post"
>
<input
type=
"hidden"
name=
"type"
value=
"user"
/>
...
...
table_example.html
View file @
5b40909
<html>
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<table
border=
"1"
>
<caption>
홈런순위
</caption>
...
...
Please
register
or
login
to post a comment