Untitled

mail@pastecode.io avatar
unknown
plain_text
8 months ago
1.1 kB
2
Indexable
Never
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=\, initial-scale=1.0">
    <title>my resume</title>
</head>
<body>
    <h1>My Resume</h1>
    <img src="deep.png"alt="Hello"width="300px"height="300px"/>
        <p>name - Vivek </p>
       <p>email - vb34213@gmail.com</p>
        <p>address - Haldwani</p>
        <p>mobile no.- 8945734877</p>
    <h1>Objective</h1>
    <p>To get an opportunity where i can make the best of my potential and contribution to the organizartion's growth</p>

    <table>
        <tr>
            <th>s.no</th>
            <th>course</th>
            <th>percentage</th>
        </tr>
        <tr>
            <td>1</td>
            <td>bca</td>
            <td>85%</td>
        </tr>
        <tr>
            <td>2</td>
            <td>bba</td>
            <td>95%</td>
        </tr>
        <tr>
            <td>3</td>
            <td>ba</td>
            <td>94%</td>
        </tr>
        
        <img src="deep.png"alt="hello"width="300px"height="300px"/>
</body>
</html>
Leave a Comment