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:29:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9db7074d6c086f92b69e1d68af2f9b2749092f37
9db7074d
1 parent
57153b35
Delete frame.html
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
OperatingTest/frame.html
OperatingTest/frame.html
deleted
100644 → 0
View file @
57153b3
<!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