Showing
2 changed files
with
15 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | <h1>큰 제목</h1> | 8 | <h1>큰 제목</h1> |
9 | <p> | 9 | <p> |
10 | 이것은 나의 첫 HTML 문서입니다. <br/> | 10 | 이것은 나의 첫 HTML 문서입니다. <br/> |
11 | - <img src="/images/smile.png"/> | 11 | + <img src="/images/smile.png", alt="이미지로드실패"/> |
12 | <span style="color:red"> | 12 | <span style="color:red"> |
13 | 빨간 글씨 속에 | 13 | 빨간 글씨 속에 |
14 | <hr/> | 14 | <hr/> | ... | ... |
HTML/HTML_Pr_01.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="ko"> | ||
3 | + <head> | ||
4 | + <meta charset="utf-8"> | ||
5 | + | ||
6 | + </head> | ||
7 | + <body> | ||
8 | + <p> <a href="http://www.kyunghee.edu/main.do", target="_blank">경희대학교</a> </p> | ||
9 | + <hr> | ||
10 | + <p> 컴퓨터공학과 </p> | ||
11 | + <hr> | ||
12 | + <p> 2012104136 </p> | ||
13 | + </body> | ||
14 | + </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment