Showing
1 changed file
with
26 additions
and
0 deletions
ex01.html
0 → 100644
1 | +<!DOCTYPE html5> | ||
2 | +<html lang = "ko"> | ||
3 | +<html> | ||
4 | + <head> | ||
5 | + <meta charset="utf-8"> | ||
6 | + <script src="test.js"></script> | ||
7 | + <title></title> | ||
8 | + </head> | ||
9 | + <body> | ||
10 | + <h1> 소개</h1> | ||
11 | + <p> | ||
12 | + <a href="http://www.khu.ac.kr/">경희대학교 </a> | ||
13 | + </p> | ||
14 | + <p>컴퓨터공학과</p> | ||
15 | + <p>2013104054</p> | ||
16 | + <p> | ||
17 | + <span style="color:red"> | ||
18 | + 트와이스 | ||
19 | + </span> | ||
20 | + </p> | ||
21 | + <script> | ||
22 | + | ||
23 | + //welcome(); | ||
24 | + </script> | ||
25 | + </body> | ||
26 | +</html> |
-
Please register or login to post a comment