HTML code for Resume

CODE



<!DOCTYPE html>
<html>
  <head>
    <title>Sample page</title>
  </head>
  <body bgcolor="lightblue">
   
    <h1 align="center"> !!! Resume !!!</h1><hr>
    <div>
    <h1>Personal Detail</h1><hr>
    <img src="Image\IMG1.jpg" align="right" height="120px" width="100px">
    <font size="4" style="font-family: verdana">
    <table width="40%">
        <tr>
            <td><b>Name:</b></td>
            <td>Pankaj</td>
        </tr>
        <tr>
            <td><b>Address:</b></td>
            <td><p>Gandhi Hostel, REC Ambedkar Nagar</p></td>
        </tr>
        <tr>
            <td><b>Mobile Number:</b></td>
            <td>+91 XXXX 0XXX0</td>
        </tr>
        <tr>
            <td><b>E-Mail Address:</b></td>
            <td><a href="mailto:pankajshakya672@gmail.com" target="_Blank"><p>pankajshakya672@gmail.com</p></a></a></td>
        </tr>
    </table>
    </font> 
    </div>
    <br>
    <div>
    <h1>Educatianal Qualification</h1><hr>
    <font size="4" style="font-family: verdana">
    <table width="40%">
        <tr>
            <td><b><p>Qualification</p></b></td>
            <td><b><p>Board</p></b></td>
            <td><b><p>Division</p></b></td>
            <td><b><p>year</p></b></td>
        </tr>
        <tr>
            <td>High-School</td>
            <td>U.P. Board</td>
            <td>1st</td>
            <td>2013</td>
        </tr>
        <tr>
            <td>Intermediat</td>
            <td>U.P. Board</td>
            <td>1st</td>
            <td>2015</td>
        </tr>
        <tr>
            <td>B.tech</td>
            <td>AKTU University</td>
            <td>Pursuing</td>
            <td>2020</td>
        </tr>
    </table>
    </font>
    </div><br>

    <div>
    <h2>Experience</h2><hr>
    <font size="4" style="font-family: verdana">
        <ul>
            <li>Fresher</li>
            <li>Learning HTML, CSS</li>
            <li>Learnt Basic of java, C++ and C</li>
            <li>Learnt Basic of Python</li>
        </ul>
    </font>
    </div>

    <div>
    <h2>Personal interest and Hobby</h2><hr>
    <font size="4" style="font-family: verdana">
        <ul>
            <li>Enthusiastic</li>
            <li>Good Sence of Humour</li>
            <li>I like to reading Computer Science related Book, News Articals</li>
            <li>Great Interested in IT technology</li>
        </ul>
    </font>
    </div>
    <br>
    <h2>Extras</h2><hr>
    <font size="4" style="font-family: verdana">
    <ul>
        "On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue;<br> and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.<br> The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."
     
    </ul>
    </font>
  </body>
</html>

Comments

Post a Comment

Popular posts from this blog

C program that contains a string XOR each character in this string with 0 ,127

Queue in Data Structure(DS)

Implementation of stack Using Array