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-01 03:10:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7f31cb3e7b3a0e09ebc4fd332932e8a9627a2190
7f31cb3e
1 parent
9346e795
파일내용 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
frame.html
frame.html
View file @
7f31cb3
...
...
@@ -18,5 +18,12 @@
<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