Kamis, 20 Maret 2014

HTML - Cara Membuat Kalender di html menggunakan notepad



contoh kalender


hai jumpa lagi di postingan saya... disini saya akan memberi tahu bagaimana cara membuat kalender dalam HTML



  1. mula2 kita buka dulu notepad/notepad ++ 
  2. trus copy script di bwah ini ampe bawah

<html>
    <head>

        <title>Kalender 2045</Title>
    </head>
  
<font Color="Black"><font Size="30" Face="comic sans ms"><marquee direction="right" scrollamount="2" align="right"

behavior="alternate"><blink>CERITANYA AGUSTUS 2045</font></blink></marquee>
</body>
    <table align="center" width="600" border="6" bgcolor="White">
    <tr align="center" bgcolor="White">
    <tr><center><font face="Script MT Bold" Size="45" color="Blue"></center></tr>

       

    <td><font color="Red" Background="images.jpg"<center>SUN</td>
    <td <center>MON</td>
    <td <center>TUE</td>
    <td <center>WED</td>
    <td <center>THU</td>
    <td <center>FRI</td>
    <td <center>SAT</td>
    </tr>

    <tr><center><font face="Chiller" Size="5" color="Red">
    <td><font color="red"<center>1</td>
    <td <center>2</td>
    <td <center>3</td>
    <td <center>4</td>
    <td <center>5</td>
    <td <center>6</td>
    <td <center>7</td>
    </tr>

    <tr><center><font face="Chiller" Size="5" color="Red">
    <td><font color="red"<center>8</td>
    <td <center>9</td>
    <td <center>10</td>
    <td <center>11</td>
    <td <center>12</td>
    <td <center>13</td>
    <td <center>14</td>
    </tr>

    <tr><center><font face="Chiller" Size="5" color="Red">
    <td><font color="red" <center>8</td>
    <td <center>15</td>
    <td <center>16</td>
    <td <center>17</td>
    <td <center>18</td>
    <td <center>19</td>
    <td <center>20</td>
    </tr>

    <tr><center><font face="chiller" Size="5" color="red">
    <td><font color="red" <center>21</td>
    <td <center>22</td>
    <td <center>23</td>
    <td <center>24</td>
    <td><font color="red"<center>25</td>
    <td <center>26</td>
    <td <center>27</td>
    </tr>

    <tr><center><font face="chiller" Size="5" color="red">
    <td><font color="red" <center>28</td>
    <td <center>29</td>
    <td <center>30</td>
    <td <center>31</td>
    <td <center></td>
    <td <center></td>
    </tr>

     3.save hasilnya dengan nama calendar.html ... sebenernya boleh pake nama apa aja asalkan belakangnya pake .html :)
     4.cek deh hasilnya :D

ok cukup nanti saya update lagi bye ;)

1 komentar:

  1. kalau di deret/di sampingkan kan kalender nya gmna gan, macam buat kalender 1 tahun gtu tp 12 table kalender nya.

    BalasHapus