Showing
1 changed file
with
19 additions
and
0 deletions
02 HTML/ex01.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html> | ||
| 3 | +<head> | ||
| 4 | + <meta charset='utf-8'> | ||
| 5 | + <title>실습 1</title> | ||
| 6 | +</head> | ||
| 7 | +<body> | ||
| 8 | + <p> | ||
| 9 | + <a href="http://www.khu.ac.kr">경희대학교</a> | ||
| 10 | + </p> | ||
| 11 | + <p>컴퓨터공학과</p> | ||
| 12 | + <p>2017123456</p> | ||
| 13 | + <p> | ||
| 14 | + <h1>트와이스</h1> | ||
| 15 | + <i>Twice</i><br> | ||
| 16 | + | ||
| 17 | + </p> | ||
| 18 | +</body> | ||
| 19 | +</html> |
-
Please register or login to post a comment