08 HTML -Calender HTML record

 Embed a calendar object in your web page. 

 PROGRAM:-01

<html>
    <body bgcolor="lightgrey">
        <h2 align="center">JANUARY 202</h2><br>
        <table bgcolor="chocolate" align="center" cellspacing="18" cellpadding="18">
            <thead>
                <tr>
                    <th>Sun</th><th>Mon</th><th>Tue</th>
                    <th>Wed</th><th>Thu</th><th>Fri</th><th>sat</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td></td><td></td><td></td><td></td><td></td><td>1</td><td>2</td>
                </tr>
                <tr></tr>
                <tr>
                    <td>3</td><td>4</td><td>5</td><td>6</td>
                    <td>7</td><td>8</td><td>9</td>
                </tr>
                <tr>
                    <td>10</td><td>11</td><td>12</td><td>13</td>
                    <td>14</td><td>15</td><td>16</td>
                </tr>
                <tr>
                    <td>17</td><td>18</td><td>19</td><td>20</td>
                    <td>21</td><td>22</td><td>23</td>
                </tr>
                <tr>
                    <td>24</td><td>25</td><td>26</td><td>27</td>
                    <td>28</td><td>29</td><td>30</td>
                </tr>
                <tr>
                    <td>31</td><td>1</td> <td>2</td><td>3</td>
                    <td>4</td><td>5</td><td>6</td>
                </tr>
            </tbody>
        </table>
    </body>
</html> 

 

Output:-


 

 

Comments

Popular posts from this blog

digital marketing ppt-u1

SOFTWARE

cn lab

Computer Operations and Performing - D L Unit-1-1

DS-Record-mca-04) write a program for evaluating a given postfix expression using stack.

DBMS Degree Lab Records

Unit 2: Foundations of Ownership, Security Related Concepts in Blockchain

Unit-1 Foundations of Software Systems and Blockchain

Access the Internet to Browse Infromation & E-Mail Operation- D L Unit-2-1

6)what are the various service of internet and protocols ICT-unit-1