HTML CV

 

HTML CV

So this is the CV which is made up of simple html tags and also there are some new tags here. Also I know this code is not too accurate but this is the simple enough code for a beginner to understand. Here the important tag is image source and syntax for the tag is given below with the green color text and its is uses to add the picture on the webpage. Also Here I use the center tag to place the content in center you can check the output by place the code in Notepad with .html format after this you can see by open this.  

       
<html>
<head>
<title>
CV(Curriculum vitae)
</title>
</head>
<body>
<center>
<b>
<i>
<font size="8">
<hr><u>
Aslam Ali CV</u>
<hr>
</font>
</i>
</b>
</center>
<img src="Here add the picture location" style="width:200px";"height:200px";>
<style="float:left"/>
<br>
<b><font size="5">Name:&nbsp;&nbsp;&nbsp;&nbsp;</b> Aslam <br>
<b>F.Name:</b>&nbsp;&nbsp;Ali<br>
<b>Adress:</font></b>
&nbsp;&nbsp;&nbsp;&nbsp;johar town lahore,Punjab,Pakistan.<br>
<b><font size="5">P.No:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0300-1234567<br>
<b>Email:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aslam123@gmail.com</font>
<br>
<br>
<br>
<center>
<b>
<i>
<font size="8">
<hr>
Personal Detail
<hr>
</center>
</b>
</i>
<b><font size="5">Date of Birth:</b>&nbsp;&nbsp;&nbsp;&nbsp;30 jan 1996</font><br>
<b><font size="5">Nationality:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pakistan</font><br>
<b><font size="5">Language:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Urdu,English,Punjabi</font><br>
<b><font size="5">ID:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;03-134192-005<font><br>
<br>
<br><br>
<center><b><i><hr><font size="8">Education Backgroung</b><hr><font></center></i>
<br>
<b><font size="5">Institute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Degree&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Date of completion</b></font>
<br><font size="5">Bahria university&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BS(cs)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2025 onward<br><br>
ILM College&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fsc pre eng&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2017</font>
<br><br><center><b><i><font size="8"><hr>
Intrests</center></font></b><hr></i><br>
<font size="5">Cricket, Football, Reading, Coding, Music, Traveling<br><br><br>
<u><b>Computer Skills:</u></b>&nbsp;&nbsp;&nbsp;
Microsoft word, Microsoft Excel, Microsoft Powerpoint, Microsoft Access, C++, HTML, Visal Studio, FL Studio <br><br>
</font>
<center><b><i><hr><font size="8">
Experience</center></i></font><hr><br>
<font size="5"><u>
1)Leader-ship Experience:</b></u>&nbsp;&nbsp;
head of IEEE, Head of Events club
<br><br><b><u>2)Work Experience:</b></u>
Work as Programmer in Hafiz software house for 3 years
<br><br><b><u>3)Project Experience:</b></u>&nbsp;Made Project on Data science, Made a snake game, Made a graphic software
</font>
<b><hr><hr></b><hr>
</body>
</html>

Comments

Popular posts from this blog

Multiple inheritance,friend function and multiple file in oop(object oriented programming)

Concepts of OOP (object oriented programming)

Concepts in c++........