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-26 02:31:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b09ec94b064de077f735d6239103524304512412
b09ec94b
1 parent
9a9eec59
웹페이지 틀 제작 및 작동 테스트
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
test.html
test.html
0 → 100644
View file @
b09ec94
<!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>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment