-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage2.html
More file actions
41 lines (40 loc) · 1.39 KB
/
image2.html
File metadata and controls
41 lines (40 loc) · 1.39 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset = "UTF-8">
<title>이미지와 문자열의 어울림 관계</title>
</head>
<body leftmargin=170 topmargin=20>
<h3 align="center">
<font size="7">소</font>녀<font size="6" color="00ff00">시</font>대(Girl's Generation)
</h3>
<br />
<img src="./images/girls3.jpg" align="left"
width="200" height="200"/>
<img src="./images/image1.png" align="right"
width="200" height="200"/>
<center>
<font size="+1" color="7B928A"><b>Girl's Generation</b></font>
<br />
<br />
2013년 발표한 4집 앨범
<br />
<b>"I Got a boy"</b>
</center>
<br clear="all" />
<br />
<font color="7B928A"> 2007년 싱글 앨범 다시만난세계로 데뷔한 소녀시대가 음악 장르를 변경하여 출시한 앨범 </font>
<br />
<img src="http://cfs14.tistory.com/image/5/tistory/2009/11/16/19/13/4b0125c09a17d"
width="300" height="200" align="left" border="10" hspace="40" title="소녀시대"/>
<ol>
<li>I GOT A BOY</li>
<li>Dancing Queen</li>
<li>Baby Maybe</li>
<li>말해봐</li>
<li>Promise</li>
<li>Express 999</li>
<li>유리 아이</li>
</ol>
</body>
</html>