Code Monkey home page Code Monkey logo

day-1.1's Introduction

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Schedule</title>
    <style>
        table, th, td {
          border: solid black;
          border-collapse: collapse;
          width: 700px;
          /* text-align: center; */
         
          
        }
    </style>
</head>









<body>
    <div>
        <table >
            <tr style="font-family: 'Times New Roman', serif;font-size: x-large;">
                <td style="text-align: center;" colspan="2"><mark><b><i>My Day</i></b></mark></td>
            <tr>
                <td>
                   <center><h3>1.Wake up early</h3></center>
                   <ul>
                    <li style="list-style: square;font-size: large;"><b>5 AM</b></li><br> 
                    <li style="list-style: circle;">Walking</li>
                    <li style="list-style: circle;">Jogging</li>
                </ul>
                </td>
                <td rowspan="3">
                    <div style="width: 70px;padding-left: 20px;">
                    <table style="width: 300px;text-align: center;">
                        <td colspan="2" style="text-align: center; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: large;"><mark><i>Things to do</i></mark></td>
                        <tr>
                            <td>
                                <img src="img/1.png" alt="" width="90px">
                            </td>
                            <td><img src="img/2.jpg" alt="" width="90px">
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <img src="img/3.jpg" alt="" width="90px">
                            </td>
                            <td>
                                <img src="img/4.jpg" alt="" width="90px">
                            </td>
                        </tr>
                    </table>
                </div>
                </td>
            </tr>
          <tr>
                <td>
                   <center><h3>2.Breakfast</h3></center> 
           <ul>
            <li style="list-style: square;font-size: large;"><b>7 AM</b></li><br>
            <li style="list-style: circle;">Egg</li>
            <li style="list-style: circle;">Coffee</li>
           </ul>
                </td>
            </tr>
             <tr>
                <td>
                    <center><h3>3.Go to saveetha</h3></center>
           <ul>
            <li style="list-style: square;font-size: large;"><b>8 AM</b></li><br>
            <li style="list-style: circle;">Attend class</li>
            <li style="list-style: circle;">to be continued</li>
        </ul>
                </td>
            </tr>
   </table>
    </div>
</body>
</html>

output

image

day-1.1's People

Contributors

harishragav123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.