Showing
1 changed file
with
20 additions
and
0 deletions
HTML/HTML_Ex_01.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="ko"> | ||
3 | + <head> | ||
4 | + <meta charset="utf-8"> | ||
5 | + | ||
6 | + </head> | ||
7 | + <body> | ||
8 | + <h1>큰 제목</h1> | ||
9 | + <p> | ||
10 | + 이것은 나의 첫 HTML 문서입니다. <br/> | ||
11 | + <img src="/images/smile.png"/> | ||
12 | + <span style="color:red"> | ||
13 | + 빨간 글씨 속에 | ||
14 | + <hr/> | ||
15 | + <b>두꺼인 글씨</b>가 있습니다. | ||
16 | + </span> | ||
17 | + </p> | ||
18 | + <p>두번째 단락입니다.</p> | ||
19 | + </body> | ||
20 | + </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment