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: </b> Aslam <br>
<b>F.Name:</b> Ali<br>
<b>Adress:</font></b>
johar town lahore,Punjab,Pakistan.<br>
<b><font size="5">P.No:</b> 0300-1234567<br>
<b>Email:</b> 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> 30 jan 1996</font><br>
<b><font size="5">Nationality:</b> Pakistan</font><br>
<b><font size="5">Language:</b> Urdu,English,Punjabi</font><br>
<b><font size="5">ID:</b> 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
Degree Date of completion</b></font>
<br><font size="5">Bahria university BS(cs) 2025 onward<br><br>
ILM College Fsc pre eng 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>
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>
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> Made Project on Data science, Made a snake game, Made a graphic software
</font>
<b><hr><hr></b><hr>
</body>
</html>
Comments
Post a Comment