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-06-10 03:27:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc7c66dd056dbbb7fb4deab38c20dceeed95e751
cc7c66dd
1 parent
f2483e38
Delete frame.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
frame.html
frame.html
deleted
100644 → 0
View file @
f2483e3
<!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>
<input
type=
"button"
value=
"BUTTON"
onclick=
"alert('alert box')"
>
<input
type=
"text"
onchange=
"alert('changed')"
>
<br>
<br>
<script>
document
.
write
(
1
+
2
+
3
);
</script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment