Lecture 3 (Morning)

 <html>

    <head>
        <title>Home</title>
    </head>
    <body>
        <!-- colspan and rowspan  -->
        <!-- <table cellspacing="0" cellpadding="10" align="center" border="1"
height="300" width="500">
            <tr bgcolor="blue">
                <td colspan="4" align="right">0</td>              
            </tr>
            <tr>
                <td>+</td>
                <td>-</td>
                <td>x</td>
                <td>/</td>
            </tr>
            <tr>
                <td>7</td>
                <td>8</td>
                <td>9</td>
                <td rowspan="4"bgcolor="grey" >=</td>
            </tr>
            <tr>
                <td>4</td>
                <td>5</td>
                <td>6</td>
            </tr>
            <tr>
                <td>1</td>
                <td>2</td>
                <td>3</td>
            </tr>
            <tr>
                <td>0</td>
                <td>.</td>
                <td>C</td>
            </tr>

        </table> -->


<center>
    <!-- online image -->
    <!-- <img
src="https://images.unsplash.com/photo-1529665253569-6d01c0eaf7b6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8cHJvZmlsZXxlbnwwfHwwfHw%3D&w=1000&q=80"
alt="Image not found" height="500" width="700">  -->
<!-- offline image -->
<img src="../../images/profile.jpg" alt="Image not found" height="400" width="500">
</center>
       

<!-- <audio src="audio/sound.mp3" controls loop></audio> -->

<video src="video/vd.mp4" controls loop height="500" width="500" ></video>

<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IGQBtbKSVhY"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
    </body>
</html>

Comments