0% found this document useful (0 votes)
15 views3 pages

HTML

Uploaded by

dpkaa03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views3 pages

HTML

Uploaded by

dpkaa03
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Amatic SC'
rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Anonymous Pro'
rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>

<div class="left">
<div class="splash">
<h1><font color="red">Calendar</font></h1>
</div>
<div class="secondhead">
<h1><font color="red">Calendar</font></h1>
</div>

<p>
<button class="previous"> < </button>
<font color="brown" size="6">NOVEMBER 2023</font>
<button class="next">> </button>
</p>
<b1>

<table border="1px solid white", border-collapse="collapse" background


color="#96D4D4">
<tr class="row1">
<th bgcolor="blue"><font color="#102B62">MON</font></th>
<th bgcolor="blue"><font color="#102B62">TUE</font></th>
<th bgcolor="blue"><font color="#102B62">WED</font></h1></th>
<th bgcolor="blue"><font color="102B62">THU</font></h1></th>
<th bgcolor="blue"><font color="102B62">FRI</font></th>
<th class="color" bgcolor="blue"><font color="red">SAT</font></th>
<th class="color" bgcolor="blue"><font
color="red">SUN</font></th>
</tr>
<tr class="row2">
<td><b></b></td>
<td><b></b></td>
<td><b>1</b></td>
<td><b>2</b></td>
<td><b>3</b></td>
<td class="color"><b><b><font color="red">4</h3></font></b></td>
<td class="color"><b><b><font color="red"
size="3">5</h3></font></b></td>
</tr>

<tr class="row3">
<td><b>6</b></td>
<td><b>7</b></td>
<td><b>8</b></td>
<td><b>9</b></td>
<td><b>10</b></td>
<td class="color"><b><b><font color="red">11</h3></font></b></td>
<td class="color" ><b><b><font color="red"
size="3">12</h3></font></b></td>
</tr>

<tr class="row4">
<td><b>13</b></td>
<td><b>14</b></td>
<td><b>15</b></td>
<td><b>16</b></td>
<td><b>17</b></td>
<td class="color"><b><b><font color="red">18</h3></font></b></td>
<td class="color"><b><b><font color="red"
size="3">19</h3></font></b></td>
</tr>

<tr class="row5">
<td><b>20</b></td>
<td><b>21</b></td>
<td><b>22</b></td>
<td><b>23</b></td>
<td><b>24</b></td>
<td class="color"><b><b><font color="red">25</h3></font></b></td>
<td class="color"><b><b><font color="red"
size="3">26</h3></font></b></td>
</tr>

<tr class="row6">
<td><b>27</b></td>
<td><b>28</b></td>
<td><b>29</b></td>
<td><b>30</b></td>
<td><b></b></td>
<td class="color" ><b></b></td>
<td class="color" ><b></b></td>

</tr>

</table>

</b1>
</div>
</div>

<div class="week">
<table style="width:100%">
<td class="top"> </td>
<td class="top">WEEKLY PLANNER</td>
<tr>
<th class="he">MON</th>
<td></td>
</tr>
<tr>
<th class="he">TUE</th>
<td></td>
</tr>
<tr >
<th class="he">WED</th>
<td></td>
</tr>
<tr>
<th class="he">THU</th>
<td></td>
</tr>
<tr>
<th class="he">FRI</th>
<td></td>
</tr>
<tr>
<th class="he">SAT</th>
<td></td>
</tr>
<tr>
<th class="he">SUN</th>
<td></td>
</tr>
</table>
</div>
</body>
</html>

You might also like