The Elders Scroll Skyrim Background

Kamis, 13 September 2012

Cara membuat Calendar dengan HTML


Nih scripnya kalo bingung bikin caranya ;
oh iya ini gue bikinnya pakai Adobe Dreamweaver tp kalau mau pakai Notepad / Ntepad ++ juga bisa




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tugas 2</title>
</head>

<body background="back.jpg">
<h1><marquee><font color="#000000" face="ArgosContour">Calendar 2013</font></marquee></h1>
<table width="900" align="center" height="600" border="2">
 <tr background="background_wood.gif">
  <td width="900" height="200" colspan="7"><center><font face="ArgosContour" size="+6"><b>Januari</b></font></center></td></tr>
 <tr>
  <td bgcolor="#663300"><center><font color="#FF0000"><h2>Sun</h2></td>
    <td bgcolor="#663300"><center><h2>Mon</h2></td>
    <td bgcolor="#663300"><center><h2>Tue</h2></td>
    <td bgcolor="#663300"><center><h2>Wed</h2></td>
    <td bgcolor="#663300"><center><h2>Thu</h2></td>
    <td bgcolor="#663300"><center><h2>Fri</h2></td>
    <td bgcolor="#663300"><center><h2>Sat</h2></td>
 </tr>
<tr>
  <td bgcolor="#663300"></td>
    <td bgcolor="#663300"></td>
    <td bgcolor="#663300"><center>1</td>
    <td bgcolor="#663300"><center>2</td>
    <td bgcolor="#663300"><center>3</td>
    <td bgcolor="#663300"><center>4</td>
    <td bgcolor="#663300"><center>5</td>
 </tr>
 <tr>
 <td bgcolor="#663300"><font color="#FF0000"><center>6</td>
    <td bgcolor="#663300"><center>7</td>
    <td bgcolor="#663300"><center>8</td>
    <td bgcolor="#663300"><center>9</td>
    <td bgcolor="#663300"><center>10</td>
    <td bgcolor="#663300"><center>11</td>
    <td bgcolor="#663300"><center>12</td>
 </tr>
 <tr>
  <td bgcolor="#663300"><font color="#FF0000"><center>13</td>
    <td bgcolor="#663300"><center>14</td>
    <td bgcolor="#663300"><center>15</td>
    <td bgcolor="#663300"><center>16</td>
    <td bgcolor="#663300"><center>17</td>
    <td bgcolor="#663300"><center>18</td>
    <td bgcolor="#663300"><center>19</td>
 </tr>
 <tr>
  <td bgcolor="#663300"><font color="#FF0000"><center>20</td>
    <td bgcolor="#663300"><center>21</td>
    <td bgcolor="#663300"><center>22</td>
    <td bgcolor="#663300"><center>23</td>
    <td bgcolor="#663300"><center>24</td>
    <td bgcolor="#663300"><center>25</td>
    <td bgcolor="#663300"><center>26</td>
 </tr>
 <tr>
  <td bgcolor="#663300"><font color="#FF0000"><center>27</td>
    <td bgcolor="#663300"><center>28</td>
    <td bgcolor="#663300"><center>29</td>
    <td bgcolor="#663300"><center>30</td>
    <td bgcolor="#663300"><center>31</td>
    <td bgcolor="#663300"></td>
    <td bgcolor="#663300"></td>
 </tr>
 </table>
 <h6><marquee>Design by Ananda Nino Sagitario</marquee></h6>
 <h6><marquee direction="right">Online Calendar</marquee></h6>
</body>
</html>

Cat :
Yang diberi warna merah dapat diganti sesuai kebutuhan

Tidak ada komentar:

Posting Komentar