Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>css style</title>
  6. <style type="text/css">
  7. div {
  8. background-color: red;
  9. width: 200px;
  10. height: 50px;
  11. margin: 10px;
  12. border: 10px solid #dddddd;
  13. }
  14. #box1 {
  15. background-color: #00FFFF;
  16. }
  17. .style1 {
  18. width: 50px;
  19. height: 100px;
  20. background-color: yellow;
  21. }
  22. </style>
  23. </head>
  24.  
  25. <body>
  26. <div id="box1">box</div>
  27. <div>box2</div>
  28. <div class="style1"><a href="http://sbsart.com"><img src="logo.gif" width="171" height="49" alt=""/>box3</div>
  29. <div>box4</div>
  30. <div class="style1">box5</div>
  31. </body>
  32. </html>
  33.  
  34. ---------------------
  35.  
  36. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  37. <html xmlns="http://www.w3.org/1999/xhtml">
  38. <head>
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>정의목록</title>
  41. </head>
  42.  
  43. <body>
  44. <dl>
  45. <dt>학습목표</dt>
  46. <dd>정의 목록에 대해서 알아보자</dd>
  47. <dt>학습목표</dt>
  48. <dd>정의 목록에 대해서 알아보자</dd>
  49. <dd>정의 목록에 대해서 알아보자</dd>
  50. <dd>정의 목록에 대해서 알아보자</dd>
  51. <dt>학습목표</dt>
  52. <dd>정의 목록에 대해서 알아보자</dd>
  53. </dl>
  54. </body>
  55. </html>
  56.  
  57. ------------------------
  58.  
  59. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  60. <html xmlns="http://www.w3.org/1999/xhtml">
  61. <head>
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  63. <title>table-표</title>
  64. </head>
  65.  
  66. <body>
  67. <table width="500" border="0" cellpadding="10" cellspacing="0" summary="테이블에 설명">
  68. <caption>영화 예매 순위</caption>
  69. <thead>
  70. <tr bgcolor="dddddd">
  71. <th bgcolor="#E000FF">no</th>
  72. <th>제목</th>
  73. <th>내용</th>
  74. </tr>
  75. </thead>
  76. <tfoot>
  77. <tr>
  78. <td bgcolor="#00FFDB">합계</td>
  79. <td colspan="2">test</td>
  80. </tr>
  81. </tfoot>
  82. <tbody>
  83. <tr>
  84. <td bgcolor="#00FFDB">1</td>
  85. <td>test</td>
  86. <td rowspan="2" bgcolor="#FFB600" align="center" valign="middle">test</td>
  87. </tr>
  88. <tr>
  89. <td bgcolor="#00FFDB">2</td>
  90. <td>test</td>
  91. </tr>
  92. <tr>
  93. <td bgcolor="#00FFDB">3</td>
  94. <td>test</td>
  95. <td>test</td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. </body>
  100. </html>
  101.  
  102. ---------------------------------
  103.  
  104. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  105. <html xmlns="http://www.w3.org/1999/xhtml">
  106. <head>
  107. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  108. <title>dreamweaver</title>
  109. </head>
  110.  
  111. <body>
  112. <div id="test1">Content for id "test1" Goes Here</div>
  113. <div id="test2"><a href="http://www.sbsart.com">
  114. <img src="logo.gif" alt="SBS 아카데미 로고" width="200" height="49" title="sbsartcom"/></a></div>
  115. <a href="tag5.html" target="_blank"><img src="ee.png" width="730" height="305" alt=""/></a>
  116. <table width="500" border="1" align="center" cellpadding="10" cellspacing="10" summary="금주 영화 예매순위에 대한 정보입니다">
  117. <caption>
  118. 영화예매순위
  119. </caption>
  120. <tbody>
  121. <tr>
  122. <th scope="col">&nbsp;</th>
  123. <th scope="col">&nbsp;</th>
  124. <th scope="col">&nbsp;</th>
  125. <th scope="col">&nbsp;</th>
  126. <th scope="col">&nbsp;</th>
  127. <th scope="col">&nbsp;</th>
  128. <th scope="col">&nbsp;</th>
  129. <th scope="col">&nbsp;</th>
  130. <th scope="col">&nbsp;</th>
  131. <th scope="col">&nbsp;</th>
  132. </tr>
  133. <tr>
  134. <th scope="row">&nbsp;</th>
  135. <td>&nbsp;</td>
  136. <td>&nbsp;</td>
  137. <td>&nbsp;</td>
  138. <td>&nbsp;</td>
  139. <td>&nbsp;</td>
  140. <td>&nbsp;</td>
  141. <td>&nbsp;</td>
  142. <td>&nbsp;</td>
  143. <td>&nbsp;</td>
  144. </tr>
  145. <tr>
  146. <th scope="row">&nbsp;</th>
  147. <td>&nbsp;</td>
  148. <td>&nbsp;</td>
  149. <td>&nbsp;</td>
  150. <td>&nbsp;</td>
  151. <td>&nbsp;</td>
  152. <td>&nbsp;</td>
  153. <td>&nbsp;</td>
  154. <td>&nbsp;</td>
  155. <td>&nbsp;</td>
  156. </tr>
  157. <tr>
  158. <th scope="row">&nbsp;</th>
  159. <td>&nbsp;</td>
  160. <td>&nbsp;</td>
  161. <td>&nbsp;</td>
  162. <td>&nbsp;</td>
  163. <td>&nbsp;</td>
  164. <td>&nbsp;</td>
  165. <td>&nbsp;</td>
  166. <td>&nbsp;</td>
  167. <td>&nbsp;</td>
  168. </tr>
  169. <tr>
  170. <th scope="row">&nbsp;</th>
  171. <td>&nbsp;</td>
  172. <td>&nbsp;</td>
  173. <td>&nbsp;</td>
  174. <td>&nbsp;</td>
  175. <td>&nbsp;</td>
  176. <td>&nbsp;</td>
  177. <td>&nbsp;</td>
  178. <td>&nbsp;</td>
  179. <td>&nbsp;</td>
  180. </tr>
  181. </tbody>
  182. </table>
  183. <ul>
  184. <li><a href="http://www.naver.com">dasfw</a></li>
  185. <li>adfsfwd</li></ul>
  186.  
  187. </body>
  188. </html>
  189.  
  190. ------------------------------------------------------
  191.  
  192. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  193. <html xmlns="http://www.w3.org/1999/xhtml">
  194. <head>
  195. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  196. <title>Untitled Document</title>
  197. <style type="text/css">
  198. #wrap {
  199. background-color: rgba(0,235,255,1);
  200. }
  201. #header {
  202. height: 100px;
  203. background-color: rgba(255,246,15,1);
  204. }
  205. #nav {
  206. color: rgba(255,255,255,1);
  207. background-color: rgba(0,0,0,1);
  208. height: 40px;
  209. }
  210. </style>
  211. </head>
  212.  
  213. <body>
  214. <div id="wrap">
  215. <div id="header">
  216. <h1><a href="http://www.sbsart.com"><img src="logo.gif" width="171" height="49" alt="sbs아카데미"/></a></h1>
  217. </div>
  218. <div id="nav">Content for id "nav" Goes Here</div>
  219. <div id="contents">contents</div>
  220. <div id="footer">footer</div>
  221. Content for id "wrap" Goes Here</div>
  222. </body>
  223. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement