TUTORIAL - assallamualaikum sobat tutorial, kali ini kita akan belajar cara membuat kalender melalui notepad dengan kode HTML, kita akan membuat kalender bulan juli 2015 sekalian mengingatkan kita hanya dalam hitungan beberapa hari kita akan menyambut hari kemenangan 1436H.
baiklah sobat kita mulai!!!!!
Copy kode di bawah ini letakan di notepad
<html>
<head>
<body style="background-color:green">
<title>Kalender juli 2015 Refzqi</title>
<body>
<center>
<font size="20px">
Kalender juli 2015 Refzqi
</font>
<div align="left"><B><MARQUEE BGCOLOR="RED" width="70%" scrollamount="3" behavior="alternate">
Selamat menjalankan ibadah puasa 1436 H
<br>
Keluarga besar refzqi mohon maaf lahir dan batin
</MARQUEE></b></FONT></div>
<br>
<br>
<br>
<table border="2" width="800" height="500">
<tr height="40">
<td><b><font size="5">Senin</font></td>
<td><b><font size="5">Selasa</font></td>
<td><b><font size="5">Rabu</font></td>
<td><b><font size="5">Kamis</font></td>
<td><b><font size="5">Jumat</font></td>
<td><b><font size="5">Sabtu</font></td>
<td width="100"><b><font size="5" color="red">Minggu</font></td>
</tr>
<tr>
<td><font size="5" color="grey">26</font></td>
<td><font size="5" color="grey">27</font></td>
<td><font size="5" color="grey">28</font></td>
<td><font size="5" color="grey">29</font></td>
<td><font size="5" color="grey">30</font></td>
<td><font size="5">1</font></td>
<td><font size="5">2</font></td>
</tr>
<tr>
<td><font size="5">3</font></td>
<td><font size="5">4</font></td>
<td><font size="5">5</font></td>
<td><font size="5">6</font></td>
<td><font size="5">7</font></td>
<td><font size="5">8</font></td>
<td><font size="5">9</font></td>
</tr>
<tr>
<td><font size="5">10</font></td>
<td><font size="5">11</font></td>
<td><font size="5">12</font></td>
<td><font size="5">13</font></td>
<td><font size="5">14</font></td>
<td><font size="5">15</font></td>
<td><font size="5">16</font></td>
</tr>
<tr>
<td><font size="5">17</font></td>
<td><font size="5">18</font></td>
<td><font size="5">19</font></td>
<td><font size="5">20</font></td>
<td><font size="5">21</font></td>
<td><font size="5">22</font></td>
<td><font size="5">23</font></td>
</tr>
<tr>
<td><font size="5">24</font></td>
<td><font size="5">25</font></td>
<td><font size="5">26</font></td>
<td><font size="5">27</font></td>
<td><font size="5">28</font></td>
<td><font size="5">29</font></td>
<td><font size="5">30</font></td>
</tr>
<tr>
<td><font size="5">31</font></td>
<td><font size="5" color="grey">1</font></td>
<td><font size="5" color="grey">2</font></td>
<td><font size="5" color="grey">3</font></td>
<td><font size="5" color="grey">4</font></td>
<td><font size="5" color="grey">5</font></td>
<td><font size="5" color="grey">6</font></td>
</tr>
</table>
</center>
</body>
</head>
</html>
"jika sudah save dengan format HTML"
misal "kalender.html"
jika sudah SAVE
maka hasilnya seperti ini