별로 어려운 것이 아니었구나.. 무엇이든 시도를 해보면 별거 아니라는거..
이 두가지를 알았구요.. 물론 아는 걸로만 넘어가면 안되겠지만... 열심히..
계속 복습을 철저히 해서 확실하게 제껄로 만들어야겠지요 :)
<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>
</table>
<!--
<p><img class="button" src="./images/button_dele.gif" width="40"
height="19"> <img class="button" src="./images/button_lists.gif"
width="40" height="19"> <img class="button"
src="./images/button_modi.gif" width="40" height="19"> <img
class="button" src="./images/button_next.gif" width="40" height="19">
<img class="button" src="./images/button_write.gif" width="40"
height="19"> <img class="lastbutton"
src="./images/button_prev.gif" width="40" height="19"></p> -->
</body>
</html>
@CHARSET "EUC-KR";
body {
font-size: small;
font-family: Arial;
line-height: 1.6em;
background-repeat: repeat;
margin-right: 200px;
margin-left: 200px;
margin-top: 50px;
margin-bottom: 50px;
font-size: 11px;
}
table {
border: 0px;
border-style: dashed;
border-color: #696969;
width: 600px;
}
td {
border-bottom: 1px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-style: dashed;
border-color: #696969;
border-style: dashed;
text-align: center;
}
th {
border-bottom: 1px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-style: dashed;
border-color: #696969;
border-style: dashed;
font: sans-serif;
font-size: 11px;
}
th.title {
text-align: right;
color: #6699FF;
font-size: 20px;
}
td.noline {
border-bottom: 0px;
}
td.noalign {
text-align: justify;
}
img {
padding-top: 10px;
padding-bottom: 10px;
}
h5 {
padding-top: 5px;
padding-right: 5px;
font-size: 30px;
text-align: right;
}
img.button {
padding: 1px;
padding-top: 0px;
}
img.lastbutton {
padding-top: 0px;
padding-left: 1px;
padding-right: 100px;