HTML Code

<!DOCTYPE html>

<html>

    <head>

        <title>

            Welcome to my homepage.

        </title>

    </head>

<body bgcolor="brown" text="white">

   

   

    <table align="right" width="60%">

        <tr>

            <td>Home</td>

            <td>About Us</td>

            <td>Products and Services</td>

            <td>Photo Gallery</td>

            <td>Downloads</td>

            <td><a href="https://learnwithjay.in/">Jay Bhagwani</a></td>

            <td><a href="https://www.google.co.in/">Google Search</a></td>

        </tr>

        </table>

   

        <br>




    <h1> <font color="black"> this webside is created by by mayank.</font></h1><br>

    <h2>I am studying in class 12</h2> <br>

    I am Living in Mopka.

    <marquee>Latest News : Secure Your Future with Future skills</marquee>

    <audio Src="Temporary Pyar(PagalWorld.com.se).mp3" autoplay controls></audio>

    <iframe width="560" height="315" src="https://www.youtube.com/embed/vp0dtlkGM-o?si=jYh_qEx4vZvBy9gn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

     <img src="Allu_Arjun.jpg" width="500" height="250">

     <ul type="i"> </ul>

     <li>join now</li>

     <li> Select course</li>

     <li>pay fee</li>

     <li>use all the tutorials</li>

</ol>




<table border="4" width="80%" align="center">

    <tr>

        <td>S.No.</td>

        <td>Product Name</td>

        <td>Photo</td>

        <td>Price</td>

    </tr>

    <tr>

        <td>1</td>

        <td>Bicycle</td>

        <td><img src="Allu_Arjun.jpg" width=200 height=200></td>

        <td>5500/-</td>

    </tr>

    <tr>

        <td>2</td>

        <td>Bike</td>

        <td><img src="Allu_Arjun.jpg" width=200 height=200></td>

        <td>55500/-</td>

    </tr>

    <tr>

        <td>3</td>

        <td>E car</td>

        <td><img src="Allu_Arjun.jpg" width=200 height=200></td>

        <td>255500/-</td>

    </tr>

</table>




</body>

</html>

Leave a Reply