Toggle navigation
Toggle navigation
This project
Loading...
Sign in
성준영
/
Practice-Materials
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
성준영
2017-03-14 11:31:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b8677e75d052c8bf378b19c3886a39af212c039
4b8677e7
1 parent
6abcb290
연습용 ex00.html 추가 / Practice 1 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
04 HTML/ex00.html
04 HTML/ex00.html
0 → 100644
View file @
4b8677e
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
</head>
<body>
<h1>
큰제목
</h1>
<p>
이것은 나의 첫 HTML 문서입니다.
<br/>
<span
style=
"color:red"
>
빨간 글씨 속에
<b>
두꺼운 글씨
</b>
가 있습니다
</span>
</p>
<p>
두번쨰 단락입니다
</p>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment