오늘 CSS 배운것을 토대로 해서.. 페이지 딱 한개 만들어 보았습니다. 별로 어려운 것이 아니었구나.. 무엇이든 시도를 해보면 별거 아니라는거.. 이 두가지를 알았구요.. 물론 아는 걸로만 넘어가면 안되겠지만... 열심히.. 계속 복습을 철저히 해서 확실하게 제껄로 만들어야겠지요 :)
<이런 모양이 나옵니다 :) 깔끔하지요??>
<HTML & CSS Source Code>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> <title>:: W e l c o m e To P e r s o n a l F a c i l i t y ::</title> <link type="text/css" rel="stylesheet" href="./css/myStyle.css" media="screen" /> </head> <body background="./images/bgcolor.gif"> <div align="center"><img src="./images/logo.gif" width="400" height="80"></div> <table align="center" width="600"> <tr> <th class="title" height="40" width="600">Greetings :)</th> </tr> <tr> <td class="noalign" width="600">Java SE 6 is the current major release of the Java SE platform, with full support from NetBeans IDE 5.5. Sun endeavors to foster the highest level of transparency and collaboration on the platform with the Java community through Project JDK 6, resulting in the following key features. Sun's Java Multi-Platform Support, Training, and Certification can provide you the peace of mind to develop and deploy Java solutions with confidence.The Sun Developer Service Plans addresses your need to shorten the application development learning cycle, helping increase your productivity. Through a combination of product support and updates, per-incident developer advice, and education credits for training, these comprehensive plans help you reduce risk and time to market. You can choose from Basic, Standard, and Premium Service Plans based on your organization's unique requirements.</td> </tr> </table> <table align="center" width="600"> <tr> <th colspan="6" class="title" height="40" width="600">Questions :)</th> </tr> <tr> <th width="5%">NO.</th> <th width="60%">TITLE</th> <th width="5%">W</th> <th width="5%">V</th> <th width="5%">R</th> <th width="20%">DATE</th> </tr> <tr> <td>1</td> <td>Hello, Everyone!</td> <td>Mr.Tint</td> <td>32</td> <td>143</td> <td>10/03/2003</td> </tr> <tr> <td>2</td> <td>This page for Test</td> <td>Mr.Tint</td> <td>22</td> <td>48</td> <td>05/03/2004</td> </tr> <tr> <td>3</td> <td>Uhmona!! Sesang-e!!</td> <td>zerry82</td> <td>2</td> <td>105</td> <td>07/23/2004</td> </tr> <tr> <td>4</td> <td>Real Study, Agile Java - Chapter 8. Exception and Logging</td> <td>whiteship</td> <td>54</td> <td>2503</td> <td>12/19/2006</td> </tr> <tr> <td>5</td> <td>Noname : for Test</td> <td>Mr.Tint</td> <td>32</td> <td>143</td> <td>10/03/2003</td> </tr> <tr> <td>6</td> <td>Truely, No Body hears you said...</td> <td>Mr.Tint</td> <td>30</td> <td>1000</td> <td>12/03/1999</td> </tr> <tr> <td>7</td> <td>hahahahahahahahahahahhahahhahahahahahahahhh!!</td> <td>Mr.Tint</td> <td>32</td> <td>143</td> <td>10/03/2003</td> </tr>