-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument33.html
More file actions
32 lines (31 loc) · 1.23 KB
/
document33.html
File metadata and controls
32 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<title> 이미지 삽입하기 </title>
</head>
<body>
<h2>참고도서 목록</h2>
<table border = "1">
<tr>
<th>책제목</th>
<th>저자</th>
<th>출판사</th>
</tr>
<tr>
<figure>
<td><a target = "site" href = "https://book.interpark.com/product/BookDisplay.do?_method=Detail&sc.prdNo=251069561"><img src = "C:\Users\규민\Desktop\규민/IT_intro.jpg"></a></td>
<td>최윤철, 임순범, 한탁돈 공저</td>
<td>생능출판사</td>
</figure>
</tr>
<tr>
<figure>
<td><a href = "https://smartstore.naver.com/byeolbam/products/5717974218?NaPm=ct%3Dl101lrz4%7Cci%3D76cda5b5a530eb608a9328a4fe5fc0b7f26d79dc%7Ctr%3Dsls%7Csn%3D530594%7Chk%3D68f58edb148ffa0a4cd25e98c937277e44706d4b"><img src = "C:\Users\규민\Desktop\규민/steve.jpg"></a></td>
<td>월터 아이작슨</td>
<td>민음사</td>
</figure>
</tr>
</table>
<iframe src="" width="800" height="800" name="site"></iframe>
</body>
</html>