Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

SCRIPTING LANGUAGES

LAB TASK

SYED ALI MUZAHIR

FA21-BSE-008
<!DOCTYPE html>

<html>

<head>

<title>

Ali - CV

</title>

<style>

table ,th ,td {

border: 1px solid black;

table td{

padding-left: 100px;

body{

background-color:dimgray;

font-family: Arial, Helvetica, sans-serif;

margin: 20px;

</style>

<body>

<img src="CVV.jpg" alt="image" height="250px" width="250px">

<h1>Personal Information</h1>

<p> <b>Name:</b> Syed Ali Muzahir</p>

<p><b>Address:</b> 16 Street, Wah ,Punjab</p>

<p><b>Email:</b> <a href="mailto:syedskater9@gmail.com">syedskater9@gmail.com</a></p>

<p><b>Phone:</b> 0312-1245678</p>

</body>

<body>

<h1>Objectives</h1>

<ul>

<pre>

<li>Seeking a position in a company where I can launch my career and build a valuable skill set.</li>

<li>Seeking a role in an MNC where I can upgrade my skills with time and take the company to the next level.</li>

<li>I want to launch an Automobile Industry.</li>

</pre>

</ul>

</body>
<h1>Education level</h1>

<table align="center">

<tr>

<th>Board/University</th>

<th>Degree</th>

<th>Year of Passing</th>

</tr>

<tr>

<td>Margalla Grammer School </td>

<td>Matriculation</td>

<td>2019</td>

</tr>

<tr>

<td>F.G Degree College</td>

<td>Intermediate</td>

<td>2021</td>

</tr>

<tr>

<td>COMSATS University</td>

<td>Graduation</td>

<td>2026</td>

</tr>

</table>

<body>

<h1>Skills</h1>

<ul>

<pre>

<li>PROGRAMMING</li>

<li>HTML</li>

<li>CSS</li>

</pre>

</ul>

</body>

</head>

</html>

You might also like