Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황진하
/
2017-1-WebServiceProgramming-2012104136
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
황진하
2017-03-14 11:24:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af884facfd76e9a03906b57477fd50e3cb8f04bd
af884fac
1 parent
ca3eb14f
add Ex_01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
HTML/HTML_Ex_01.html
HTML/HTML_Ex_01.html
0 → 100644
View file @
af884fa
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<h1>
큰 제목
</h1>
<p>
이것은 나의 첫 HTML 문서입니다.
<br/>
<img
src=
"/images/smile.png"
/>
<span
style=
"color:red"
>
빨간 글씨 속에
<hr/>
<b>
두꺼인 글씨
</b>
가 있습니다.
</span>
</p>
<p>
두번째 단락입니다.
</p>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment