Skip to main content

MY HTML Prjt.

<html>
    <head>
        <meta charset="utf-8">
        <title>Shubham's Personal Site</title>
    </head>
    <BODY bgcolor="white" text="red" link="blue" vlink="green" alink="yellow"> <!-- vlink=visual link, alink=atribute link -->
        <!-- <img width="50%" height="90%" src="C:\Users\skuma\Desktop\My html personal site\Image File\WhatsApp Image 2022-03-02 at 10.29.03 PM.jpeg" alt="Shubham Kumar"> -->
        <div style="background-image: C:\Users\skuma\Desktop\My html personal site\Image File\WhatsApp Image 2022-03-02 at 10.29.03 PM.jpeg;
        background-size: cover; height:150px; padding-top:20;">
            <img src="C:\Users\skuma\Desktop\My html personal site\Image File\WhatsApp Image 2022-03-02 at 10.29.03 PM.jpeg" style="height:150px"alt="Shubham Kumar">
        </div>
        <H1 style="color: blue; font-style: italic;">Shubham Kumar</H1>
    <dl>
        <em>
            <dt>CEO And Manager</dt>
            <dt>Technical Department</dt>
            <dt>Star Success Goal PVT. LTD.</dt>
            <dt>Dhanas, Chandigarh, 160014</dt>
        </em>
    </dl>
        <p>
            I am an iOS, Android and Web Developer. I love to read books in my free time.
            My research focuses on algorithms and networks, the roles they play in large-scale
            social and information systems, and their broader societal implications. My work has been supported by an NSF Career Award,
            an ONR Young Investigator Award, a MacArthur Foundation Fellowship, a Packard Foundation Fellowship, a Simons Investigator
            Award, a Sloan Foundation Fellowship, a Vannevar Bush Faculty Fellowship, and grants from Facebook, Google, Yahoo, the MacArthur
            Foundation, the ARO, and the NSF. I am a member of the National Academy of Sciences, the National Academy of Engineering, and the American Academy of Arts and Sciences.
        </p>
        <p>
            You can reach to us <a href="#contact">here</a>.
        </p>
        <hr>
        <h3>Books That I Read In Free Time.</h3>
        <ul>
            <li>Story Books
                <ol>
                    <li>Hindi</li>
                    <li>English</li>
                    <li>Punjabi</li>
                </ol>
            </li>
            <li>Novel</li>
            <li>Fiction</li>
            <li>Programming Books</li>
        </ul>
        <hr>
        <h3>
            <a name="contact">Contact Detail</a>    <!-- name=id or id=name (It is used to jump from a particular link)-->
        </h3>
            <address>Shubham Kumar</address>
            <address>Dhanas, Chandigarh</address>
            <address>160014</address>
            <address>Gmail id: check@gmail.com</address>
            <address>Mobile No: 9xxxxxxx24</address>
    </BODY>

</html>

OUTPUT