HTML code for CV | HTML code for resume using table



It is a simple CV in HTML with source code. The table is also used in this cv HTML code. CSS can be used in this code. Writing a resume in HTML is easy.


Step 1: Create a new file "cv.html".

Step 2: Copy the code and paste it into the "cv.html" file.

Step 3: Open the "cv.html" file in chrome or any other browser.

OR


Download the code in a text file. The download link is given below.




<html>
<head><title>My CV </title></head>
<body bgcolor="white">
<h1><b> Hafiz Manzoor Ahmad </b></h1>
<address style="color:red;"> ma923004274403@gmail.com</address>
<h2 style="color:blue;">CAREER OBJECT:</h2>
Want to be the part of a software developer organization and utilize my knowledge,Skills
and expertise to contribute<br> towards organization and professional
brilliance and to learn more with the passage of time from all<br>
types of situations and circumstances.
<h2 style="color:blue;">EDUCATION AND QUALIIFICATIONS:</h2>
<table border="2" cellspacing="5" cellpadding="5" >
<tr>
    <th>Qualification</th>
    <th>Maximun Marks</th>
    <th>Obtained Marks</th>
    <th>Division</th>
    <th>Institution</th>
    <th>Bord/University</th>
</tr
<tr>
    <td>MCS in progress</td>
    <td>-----</td>
    <td>-----</td>
    <td>None</td>
    <td>KFUEIT, RYK</td>
    <td>University </td>
</tr>
<tr>
    <td>BSC</td>
    <td>800</td>
    <td>613</td>
    <td>A</td>
    <td>Khwaja Freed P/G college, RYK </td>
     <td>IUB </td>
</tr>
<tr>
    <td>ICs</td>
    <td>1100</td>
    <td>661</td>
    <td>A</td>
    <td>Khwaja Freed P/G college, RYK </td>
    <td>BWP Board </td>
</tr>
<tr>
    <td>MATRIC</td>
    <td>1050</td>
    <td>763</td>
    <td>A</td>
    <td>Govt. Tameer-e-Millat H/S, RYK</td>
    <td>BWP Board </td>
</tr>
</table>
<h2 style="color:blue;">TECHNICAL EXPERIENCE:</h2>

      Languages:                  C, C++, JAVA, HTML <br>
      Platforms:                  Windows Seven, Linux <br>
      Concepts:                   Networking, operating systems
<h2 style="color:blue;">ABILITIES:</h2>
      Skill Level :                 MS Word, MS Excel, Power point <br>
      practiced :                  More than 1 years
<h2 style="color:blue;">PERSONAL SKILLS:</h2>
                                  1.Honesty<br>
                                  2.Team Spirit<br>
                                  3.Accepting Challenges
<h2 style="color:blue;">LANGUAGES:</h2>
                                  Urdu,English               
<h2 style="color:blue;">INTEREST:</h2>
                                  1.Internet browsing
                                  2.Reading books
<h2 style="color:blue;">REFERENCE:</h2>
                                Will be provided on demand
</body>
</html>


Download Now

Post a Comment

7 Comments

you can ask question related to this post