Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍용민
/
BusTime
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
이의준
2021-05-28 01:22:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf9d7751a018770c257df3a5e7d29fae7afffc2a
cf9d7751
1 parent
b09ec94b
실제 웹페이지 (디자인 미적용)
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
0 deletions
Index.html
frame.html
search.html
Index.html
0 → 100644
View file @
cf9d775
<!doctype html>
<html>
<head>
<title>
BUS TT
</title>
<meta
charset=
"utf-8"
>
<style
type=
"text/css"
>
a
{
text-decoration
:
none
}
/* 하이퍼링크 밑줄 미적용
a { color:red; text-decoration:none} : 색깔 변화없음
*/
</style>
</head>
<body>
<h1><p
style=
"text-align:center;"
>
BTT
</p></h1>
<br>
<h2>
사색의 광장 Bus Time Table 조회 서비스에 오신 것을 환영합니다.
</h2>
<p>
이곳에는 사색의 광장에서 출발하는 모든 버스의 정보가 있습니다.
</p>
<ul>
<li><a
href=
"search.html"
>
시간표 조회
</a></li>
<li>
목차2
</li>
<li>
목차3
</li>
</ul>
<br>
<p>
설명
</p>
</body>
</html>
frame.html
0 → 100644
View file @
cf9d775
<!doctype html>
<!--이 웹페이지가 html로 만들어졌다는 태그-->
<html>
<!--head와 body를 감싸는 태그-->
<head>
<!--본문을 설명하는 태그-->
<title>
webpage frame
</title>
<meta
charset=
"utf-8"
>
</head>
<body>
<!--본문에 해당하는 태그-->
<h1>
webpage frame
</h1>
<ul>
<li>
목차1
</li>
<li>
목차2
</li>
<li>
목차3
</li>
</ul>
<p>
내용 1
</p>
<p>
내용 2
</p>
<!-- target: 새 탭을 여는것-->
<p><a
href =
"https://www.google.com/webhp?hl=ko&sa=X&ved=0ahUKEwjzxPrzkOrwAhWsF6YKHTq_CFwQPAgI"
target =
"_blank"
title =
"하이퍼링크 설명"
>
Go to google
</a></p>
</body>
</html>
\ No newline at end of file
search.html
0 → 100644
View file @
cf9d775
<!doctype html>
<html>
<head>
<title>
Time Table
</title>
<meta
charset=
"utf-8"
>
<style
type=
"text/css"
>
a
{
text-decoration
:
none
}
</style>
</head>
<body>
<h1><a
href=
"Index.html"
><p
style=
"text-align:center;"
>
BTT
</p></a></h1>
<br>
<h2>
Search Time Table
</h2>
<p>
출발:
</p>
<p>
도착:
</p>
</body>
</html>
Please
register
or
login
to post a comment