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

SOFTWARE

e-com sem-3

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

Unit-1 Foundations of Software Systems and Blockchain

unit-1 E- Commerce

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

e com partical

Unit-II: HTML Coding Standards & Elements

Unit-V: Image Manipulations, Audio and Video & Introduction to JavaScript

Unit-III: Cascading Style Sheets (CSS) - HTML