-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest0122_03.html
More file actions
87 lines (64 loc) · 1.56 KB
/
test0122_03.html
File metadata and controls
87 lines (64 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>test03</title>
</head>
<body>
<h1> 입니다 </h1>
<h2> 입니다 </h2>
<h3> 입니다 </h3>
<h4> 입니다 </h4>
<h5> 입니다 </h5>
<h6> 입니다 </h6>
<hr>
<h1>입니다.</h1>
<p> 입니다.</p>
<hr>
<h1>입니다.</h1>
<br>
<p> 입니다.</p>
<hr>
<h1> 이니다.</h1>
<hr>
<p> 입니다.</p>
<hr>
<h1>입니다.</h1>
<pre>
<strong>pre 태그</strong>를
연습중에 있습니다.
이 태그를 사용하면 br 태그도
필요하지 않아요.
화이트 스페이스도 이렇게
여러번 넣을 수 있습니다.
</pre>
<hr>
<a href="http://127.0.0.1:5500/test0122_03.html">바울랩</a>
<hr>
<P><b>글짜</b>를 굵게 합니다.</P>
<P><strong>글짜</strong>를 굵게 합니다.</P>
<hr>
<p><i>글짜</i>를 기울 입니다.</p>
<P><em>글짜</em>를 강조 하니다.</P>
<hr>
<p><abbr title="National
Aeronautics and Space
administration">NASA</abbr>는
미국의 국가 기관 으로서
우주 계회 및 장기적인 일반
항공 연구 등을 실행하고 있다
- 위키백과
</p>
<hr>
<p>x = log<sub>2</sub>8</p>
<p>2<sup>x</sup> = 8</p>
<p>x = 3</p>
<hr>
<p>mark 태그는 텍스트 내용중<br>
<mark>하이라이트</mark><br>
표시하고 싶을 때<br>
사용합니다.</p>
<hr>
</body>
</html>